INSERT INTO table_name(column_list) SELECT select_list FROM another_table WHERE condition; Code language: SQL (Structured Query Language) (sql)