Viewing post 1 (of 1 total)
If NULL is the default value used, the following construct can also be used:
WHERE (Column_Name = ISNULL(@Param_Name, Column_Name))
October 9, 2006 at 12:27 am
#664745