My question is why is the form
"(anything) = NULL"
allowed?
Since
"(anything) = NULL" is always Null, this cannot be what the coder intended.
This is much different when comparing two variables, where the coder may have to handle the cases where the variables
areNull. Here the comparison is to a constant.
Rick