SQL Wstaw wszystkie kolumny

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