MySQL Forums
Forum List  »  InnoDB

Re: Copy table structure to new table
Posted by: Chandru N
Date: December 10, 2008 06:06AM

Hi,
The best way is to do as suggested by Allan. There is one another way to do.
execute the command show create table like 'tablename';
copy and edit the table name. execute the edited statement.

Regards,
Chandru
www.mafiree.com

Options: ReplyQuote


Subject
Views
Written By
Posted
49150
May 02, 2005 11:29AM
30395
December 08, 2008 08:07PM
Re: Copy table structure to new table
16435
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.