You cannot do a join comparing NULL values with NON NULL values. What you should do is change all the NULL to some values using nvl() and compare this with the NON NULL values during join.
↧
You cannot do a join comparing NULL values with NON NULL values. What you should do is change all the NULL to some values using nvl() and compare this with the NON NULL values during join.