Is it possible to join tables in more than one database, within the same instance, in a query (DB2 8.1, on Windows 2000)? e.g.
select * from db1.u1.tab1 inner join db4.u2.tab6 on ...
I'm sure it worked on DB2 on a mainframe (when I used to work on proper machines!)
select * from db1.u1.tab1 inner join db4.u2.tab6 on ...
I'm sure it worked on DB2 on a mainframe (when I used to work on proper machines!)