MySQL Forums
Forum List  »  Newbie

Re: Duplicate a table in database
Posted by: Shantanu Oak
Date: August 12, 2005 09:31AM

CREATE TABLE mynewtable LIKE address

CREATE TABLE accounts.mynewtable LIKE student.address

Options: ReplyQuote


Subject
Written By
Posted
Re: Duplicate a table in database
August 12, 2005 09:31AM


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.