Re: Heterogeneous Join

From: (wrong string) åsdal <noselasd_at_frisurf.no>
Date: Thu, 26 Apr 2001 12:11:30 +0200
Message-ID: <evSF6.531$Ty6.8543_at_news1.oke.nextra.no>


[Quoted] "Robert Klemme" <robert.klemme_at_myview.de> wrote in message news:3AE7CE36.BEED1659_at_myview.de...

Rich Woods schrieb:
>
> Via database links.
>
> Select ......
> From table1_at_db1, table2_at_db2, .....
> Where table1.column1 = table2.column2 ....

[Quoted] are you sure that this is supported by every JDBC driver? if not, can you state which driver does this?

[Quoted] A jdbc driver just sends the sql query, it doesnt analyze it... If your DBMS supports it, the jdbc driver will also...unless its a really really
[Quoted] crappy driver, that isnt jdbc conformant.(then it would fail other queries also, not
just joins...) Received on Thu Apr 26 2001 - 12:11:30 CEST

Original text of this message