Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> exists "join"-operation?

exists "join"-operation?

From: Surfer Netzbetrieb <ep_nm_ka_at_yahoo.de>
Date: 10 Mar 1999 17:38:29 GMT
Message-ID: <36E6B105.4C09865B@yahoo.de>


Hello,

does "join"-operator in ORACLE exist? Or are all joins in SQL-statements implementated in the where-clause ?

example:

           select .... where table1.tab1_ID = table2.tab2_ID

          does something like this exist:
           select  .... join table1.tab1_ID on  table2.tab2_ID

         ?????????????


efficiency:
             if exist so, which is the most efficient method ?


thank you for help
Ekkard Received on Wed Mar 10 1999 - 11:38:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US