You Are Here Home > Copy Table Data ONLY
DirectorySync is a directory synchronizing and backup utility providing automated, real-time syncing and scheduled, configurable backups at an affordable price.

Copy Table Data ONLY

Assume that we want to copy all the data from the table ‘user’ into ‘backup’ table:

INSERT INTO backup SELECT * FROM user;
Copy Table Data ONLY
Filed under: MySQL   Posted by: Codehead
Do you have any questions? ask here.




No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment