SQLite INSERT SELECT Query Results into Existing Table? SQLite INSERT SELECT Query Results into Existing Table? sqlite sqlite

SQLite INSERT SELECT Query Results into Existing Table?


Reference.

The correct syntax is:

insert into table_name select whatever...