Re: how to merge 2 tables from 2 different database?
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
Subject
Views
Written By
Posted
27682
May 19, 2006 02:06PM
Re: how to merge 2 tables from 2 different database?
14532
May 22, 2006 03:56AM
12087
June 01, 2006 11:16AM
12034
June 02, 2006 09:32AM
11027
June 02, 2006 10:10AM
10407
June 06, 2006 10:54AM
13964
August 28, 2006 04:10PM
9997
August 30, 2006 10:11AM
14742
September 05, 2006 01:35AM
8743
June 10, 2007 10:05AM
9187
June 21, 2007 01:54AM
8653
June 27, 2007 06:03PM
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.