View Single Post

   
  #7 (permalink)  
Old 02-27-2008, 08:37 AM
mike
 
Posts: n/a
Default 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.

Reply With Quote