join if not null
499230Apr 29 2008 — edited Apr 29 2008Hi
I have select like
SELECT A.*
FROM dat A , TYP B
WHERE
( in where cluse i have to specify 3 columns if data is present . If any of the column is null then dont use that column in join )
Is it possible write it in single SQL or need to use PL/SQL?