MySQL Forums
Forum List  »  Merge Storage Engine

Re: how to merge 2 tables from 2 different database?
Posted by: Ingo Strüwing
Date: May 22, 2006 03:56AM

This is possible since MySQL 4.1:

create table t5 (...) engine=MERGE UNION=(test.t1,mysqltest.t6);

Ingo Strüwing, Senior Software Developer - Storage Engines
MySQL AB, www.mysql.com

Options: ReplyQuote




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.