In ... Werte einfügen (aus ... aus ...)
INSERT INTO table1 ( column1 )
SELECT col1
FROM table2
shafeeque
INSERT INTO table1 ( column1 )
SELECT col1
FROM table2