SQL Dialects Reference/Write queries/Insert results from select query into existing table

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] Insert results from select query into existing table

INSERT INTO existing_table SELECT columns FROM table