MySQL Forums
Forum List  »  MySQL Query Browser

Re: Copy data from one table to Another
Posted by: Guy Shen
Date: April 08, 2010 09:07AM

Well, one idea that i have is
INSRT INTO 'databasename'.'tablename' (SELECT * FROM 'databasename'.'tablename');

Hope this helps

Options: ReplyQuote


Subject
Written By
Posted
Re: Copy data from one table to Another
April 08, 2010 09:07AM


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.