INSERT INTO table2SELECT * FROM table1
INSERT INTO table2(col1, col2, col3)SELECT col1, col2, col3FROM table1
Please disable your ad blocker and refresh the window to use this website.