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

Home -> Community -> Usenet -> c.d.o.tools -> emulate Outer join

emulate Outer join

From: Paolo <none_at_none.org>
Date: Mon, 2 Apr 2001 17:25:11 +0200
Message-ID: <9aa52d$eb9$1@fe2.cs.interbusiness.it>

Hi all,

How to emulate an outer join without using the (+) operator?

select *
from tab1 a, tab2 b
where b.id(+) = a.id

select *
from tab1 a, tab2 b
where ???...nvl(decode(....????

Thanks Paolo Received on Mon Apr 02 2001 - 10:25:11 CDT

Original text of this message

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