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: LEFT and RIGHT OUTER JOINs in Oracle SQL?

Re: LEFT and RIGHT OUTER JOINs in Oracle SQL?

From: Marc Blum <marc_at_marcblum.de>
Date: Sun, 09 Dec 2001 13:30:10 GMT
Message-ID: <3c1366f6.16044470@news.online.de>


SELECT bli, bla, blub
FROM t_driving dr, t_possibly_not_corresponding pnc WHERE dr.attr = pnc.attr (+);

On Sun, 9 Dec 2001 14:59:26 +0200, "Roger Abercombie" <rab_at_spambegone.be> wrote:

>Hello,
>
>I'm a newcomer to the Oracle environment.
>
>A noticeable absense in Oracle SQL is the lack of the SQL-standard
>LEFT and RIGHT OUTER JOIN clauses (unless I misread the
>documentation :-) Could anybody offer any 'standard' or
>cookbook syntax for replacing these clauses when developing
>for Oracle?
>
>Thanks!
>
>
>
>
>

regards
Marc Blum
mailto:marc_at_marcblum.de
http://www.marcblum.de Received on Sun Dec 09 2001 - 07:30:10 CST

Original text of this message

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