Assume that we want to copy all the data from the table ‘user’ into ‘backup’ table:
INSERT INTO backup SELECT * FROM user;
Assume that we want to copy all the data from the table ‘user’ into ‘backup’ table:
INSERT INTO backup SELECT * FROM user;
No comments yet.
RSS feed for comments on this post. TrackBack URL