Hi there,
I want to compare source.enddate with target.enddate, they should be both NULL or the same value.
If I write " select * from source, target where source.enddate = target.enddate", it will not return the record which the two columns are both NULL.
So I wonder which is the easiest way to compare them.
Thanks,
jinse