Transferring Data from One Table to Another
This is to transfer data from one table to another within a single database
To transfer all data from one table to another within the same database:
"INSERT INTO TABLE2 SELECT * FROM TABLE1"
Billing Shared CP Support Center |
Billing Reseller CP Support Center |
Billing Shared and Reseller CP Support Center |
Plesk Linux, Windows, Domains |
Virtuozzo VPS Support Center |
Hyper-V VPS Support Center |
Hyper-V VPS Support Center |
![]() |
Customers |
![]() |
Resellers |
This is to transfer data from one table to another within a single database
To transfer all data from one table to another within the same database:
"INSERT INTO TABLE2 SELECT * FROM TABLE1"
No comments