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 -> Select with dual-field empty

Select with dual-field empty

From: Sonnich <sonnich.jensen_at_elektrobit.com>
Date: 19 Oct 2006 09:28:56 -0700
Message-ID: <1161275336.700671.54870@e3g2000cwe.googlegroups.com>


Hi

I havent touched oracle for some time...

I want to do a select from 2 tables, where the connection between the tables are fields, but the row migth not exist

e.g.

select * from a, b where a.code=b.code(+), but like this:

select * from a, b
where a.code1=b.code1(+)
and a.code2=b.code2(+)

the point is that both code1 and 2 has to be there.

Any idea how I can do this?

BR
Sonnich Received on Thu Oct 19 2006 - 11:28:56 CDT

Original text of this message

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