SQL Fügen Sie alle Spalten ein

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