Hi there, Anyone knows if is possible to make a Select command between 2
tables located in differents computers.. I wanna only one statament
I mean..
I have the host named A, database dbA and table tbl_A...
and I have the host named D, databse dbB and table tbl_B...

I would like to write a comand like that:
Select * from dbA.tbl_A, dbB.tbl_B where dbA.tbl_A.field=dbB.tbl_B.field
thanks a lot

Reply via email to