Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Outer Join
Hi Bala,
Try this, though i am not sure whether i am fully understanding your req. I guess the following should work to whatever i understood.
SELECT tblHeader.HCode,
tblHeader.HName, tblHeader.HMisc, (Select tblProg.ProgName FROM tblProg WHERE tblProg.ProgCode = NVL(tblHeader.HProgCOne, tblHeader.HProgCTwo) AND tblProg.ProgFilter IN (3,9) )ProgName
Just confirm whether it did work fine.
Thanks
Mani
Received on Tue Nov 21 2006 - 00:06:51 CST
![]() |
![]() |