insert row from one table to another with differnt columns code example Example: insert select INSERT INTO table2 SELECT * FROM table1 WHERE condition;