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: Conditional Join

Re: Conditional Join

From: NitsR <nitinvraj_at_gmail.com>
Date: Wed, 21 Nov 2007 20:10:28 -0800 (PST)
Message-ID: <428e197e-21c0-45fd-90d9-937436f4c000@e23g2000prf.googlegroups.com>


Hi John

thanks for the reply
I am using 10g

I changed my query as per your suggestion as follows

SELECT a.customercode, a.custname, b.custaddr   FROM mascustomer a RIGHT OUTER JOIN mascustaddr b

       ON (a.customerid = b.customerid)
 WHERE (b.activeyn = 'Y')

Still the same result, only matching records are returned. Received on Wed Nov 21 2007 - 22:10:28 CST

Original text of this message

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