The syntax to insert into a table usually starts with
INSERT INTO <tablename> <fields> SELECT <fields> from <tablename>