You Are Here Home > Copy a Table Structure ONLY

Copy a Table Structure ONLY

Assume that we want to copy the table ‘user”s structure into a new table called ‘backup’:

CREATE TABLE backup LIKE user;
Copy a Table Structure ONLY
Filed under: MySQL   Posted by: Hamid

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment