... bits and pieces of everyday stuff
CREATE TABLE new_table LIKE original_table;
INSERT INTO new_table SELECT * FROM original_table;
No comments:
Post a Comment