PostgreSQL: table creating new table with


PostgreSQL:  Create same structure of another Table with no data

CREATE TABLE db_na AS SELECT * FROM db_ca WHERE 1=2;





Comments