MySQL Forums
Forum List  »  InnoDB

Re: Copy table structure to new table
Posted by: Tim Lloyd
Date: May 17, 2005 03:40AM

Try 'CREATE TABLE LIKE' syntax. This will create a new table with the structure (but not the data) of another table.

Options: ReplyQuote


Subject
Views
Written By
Posted
49146
May 02, 2005 11:29AM
Re: Copy table structure to new table
54862
May 17, 2005 03:40AM
30387
December 08, 2008 08:07PM
16431
December 10, 2008 06:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.