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 -> Re: outer join with critetia on outer table

Re: outer join with critetia on outer table

From: DStevens <dstevens_at_navidec.com>
Date: Wed, 28 Nov 2001 08:59:22 -0700
Message-ID: <3C0509DA.480C08F@navidec.com>


Select Whatever
From Whereever1, whereever2
Where whereever1.pk = whereever2.pk(+)
 and (wherever2.field = 'Something' or wherever2.field is null)

gil guerillot wrote:

> i want to select in 2 tables with outer join
> one criteria of the where clause is on the outer table(FK)
> and i want also the records (PK) when no row coresponding .
>
> how to do it ?
Received on Wed Nov 28 2001 - 09:59:22 CST

Original text of this message

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