The SQL INSERT INTO SELECT Statement
1384
18-Dec-2017
Updated on 21-Sep-2020
Manish Kumar
18-Dec-2017It copies data from one table and paste it into another table.
INSERT INTO SELECT requires same data types in source and target tables match
The existing records in the target table are unaffected
INSERT INTO SELECT Syntax
Copy all columns from one table and paste into another table:
Copy only some columns from one table and paste into another table: