Hi Gurus,
I have table B joining with c and d using oracle +.i want to match the null values also from the table b in where. I could do it for b and c . but I am unable to do it for b and d due to oracle error.
b(+) = c is working for few fields in where clause .I want to similarly forr b(+) = d for the second table for other field match in where clause.
Thanks for your time.