Tabelle kopieren
| ID | 146 |
|---|---|
| Link Reference | Not set |
| Link Credits | Not set |
| Link Technical Documentation | Not set |
| PlCodelang | PL/pgSQL |
| PlGroup | Datenbank |
| PlItemTitle | Tabelle kopieren |
| Code | CREATE TABLE new_table AS SELECT * FROM old_table -- this action can't be done cross databases |
| Result Example |