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

Home -> Community -> Usenet -> c.d.o.server -> Re: FULL JOIN syntax vs (+)

Re: FULL JOIN syntax vs (+)

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Wed, 12 Nov 2003 14:52:46 -0800
Message-ID: <1068677586.856964@yasure>


Dave Hau wrote:

> Jonathan Lewis wrote:
>
>> I think this is the correct starting point:
>>
>>
>> select {list of column}
>> from
>> a, b
>> where
>> b.id(+) = a.id -- preserve A
>> union all
>> select {list of columns}
>> from
>> b,1
>
>
> Is that a typo? Should it be "b,a" instead of "b,1"?
>
> Regards,
> Dave
>
>

Speaking for Jonathan ... Yes.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Wed Nov 12 2003 - 16:52:46 CST

Original text of this message

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