It 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:
It 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: