Re: Variables in SP do not compare as equal when both are NULL > ... It just seems we have to do a lot of extra coding to get
> around this "rule".
Consider using COALESCE with predicates that involve nullable columns
to avoid explicitly coding the extra null tests. |