SQL Sisipkan semua kolom

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