tinoest

Database => PostgreSQL => Topic started by: tino on February 26, 2017, 06:50:42 pm

Title: Create new table with structure of another but no data
Post by: tino on February 26, 2017, 06:50:42 pm
Code: [Select]
CREATE TABLE new_table AS SELECT * FROM old_table WHERE 1=2;