Insertar en ... valores (seleccione ... de ...)
INSERT INTO table1 ( column1 )
SELECT col1
FROM table2
shafeeque
INSERT INTO table1 ( column1 )
SELECT col1
FROM table2