PostgreSQL SQL
Copy table, but not an exact copy, some settings changed and e.g. indexes not copied
CREATE TABLE new_tab_name AS TABLE existing_tab_name
Copy table, but not an exact copy, some settings changed and e.g. indexes not copied
CREATE TABLE new_tab_name AS TABLE existing_tab_name