query to get the data from another table and insert it another code example Example: insert select INSERT INTO table2 SELECT * FROM table1 WHERE condition;