CREATE TABLE my_new_table AS SELECT * FROM original_table WITH NO DATA;
INSERT INTO my_new_table SELECT * FROM orig_table.