select all to insert in another table mysql code example Example: insert select INSERT INTO table2 SELECT * FROM table1 WHERE condition;