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 -> New to new join syntax

New to new join syntax

From: Tom Sacold <tom.sacold_at_nospamntlworld.com>
Date: Mon, 04 Jul 2005 08:38:19 GMT
Message-ID: <%z6ye.27425$BD2.25564@newsfe1-gui.ntli.net>


Hi

I've just had to start using all of this 'inner join' stuff and I have hit what must be a very simple problem - How do you do multiple joins in the new syntax?

I spent 3 hours yesterday trying to work out how do:

select *
from a, b, c
where a.id1 = b.id1,
and b.id2 = c.id2 Received on Mon Jul 04 2005 - 03:38:19 CDT

Original text of this message

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