Assume that we want to copy the table ‘user”s structure into a new table called ‘backup’:
CREATE TABLE backup LIKE user;
Assume that we want to copy the table ‘user”s structure into a new table called ‘backup’:
CREATE TABLE backup LIKE user;
No comments yet.
RSS feed for comments on this post. TrackBack URL