vpetkovic
8/11/2019 - 12:59 AM

Create and Copy Data from Existing Table(s)

CREATE TABLE table2 LIKE table1;
INSERT INTO table2 SELECT * FROM table1