Joining to different databases table August 21, 2014 by eduguru SELECT <...> FROM A.table1 t1 JOIN B.table2 t2 ON t2.column2 = t1.column1;