Is this possible in MonetDB?

select * from database1.table1 t1, database2.table2 t2 where t1.col1 = t2.col2


where database1 and database2 are two databases running simultaneously.