Copy Data from One Table to Another Table - SQL in Sixty Seconds #031

preview_player
Показать описание
There are two different ways to copy data from one table to another table.
Method 1 : INSERT INTO SELECT
Method 2 : SELECT INTO
For the script demonstrated in the video visit:
Рекомендации по теме
Комментарии
Автор

Me: "Oh man, this looks way to simple. This will never solve my problem."
....
It solved my problem. THANK YOU THANK YOU THANK YOU!

Altaranalt
Автор

Watch out - if the tables have identity primary keys, those keys will be different afterwards - instead of being copied the identity key of the target table will be counted on. That problem can be targeted, but it is not that simple.

ReinholdOtto
Автор

what if I want to copy/move the entire data from one table to another table? Can you tell me the command for it?

chundurusriharsha
Автор

Pinal, it's ok if you take more than one minute to explain, it's alright.

zezeandjr