y***@tw.ibm.com
2007-09-20 06:47:11 UTC
Hi,
Is that possible to write a single SQL statement which can join different tables resides in different database? just like
select tab1.col1, tab2.col1 from db1.schema1.table1 as tab1, db2.schema2.table2 as tab2 where tab1.col2 = tab2.col2
Is that possible to write a single SQL statement which can join different tables resides in different database? just like
select tab1.col1, tab2.col1 from db1.schema1.table1 as tab1, db2.schema2.table2 as tab2 where tab1.col2 = tab2.col2