On Fri, 28 Mar 2003, Tim Howell wrote: > Is it possible to execute a join across tables in multiple databases? I > have employee info in a table in one database that is mapped to > information in several other DBs by EmployeeID. I have no idea if SQL > has any way of supporting this, or if such support exists in DBI.
SELECT columns FROM catalog1.table JOIN catalog2.table Rudy
