SQL вставьте все столбцы

INSERT INTO table2
SELECT * FROM table1
WHERE condition;
Envious Echidna