MySQL Forums
Forum List  »  Merge Storage Engine

Re: Merging 2 databases
Posted by: saravanan krishnarajan
Date: January 03, 2008 12:49PM

Create a third database and create merge table as

UNION(database1.table1,database2.table1)

Saravanan

Options: ReplyQuote


Subject
Views
Written By
Posted
17698
July 15, 2007 05:45AM
11088
August 29, 2007 09:15PM
Re: Merging 2 databases
10410
January 03, 2008 12:49PM
9745
January 23, 2008 12:48AM
8421
July 04, 2008 02: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.