Viewing 2 posts - 1 through 2 (of 2 total)
Can you clarify the scenario with some sample data?
October 8, 2012 at 3:09 am
#1546611
Check this:
select *
from abc
where ISNUll(col1,'') = ISNULL(@P,'')
October 8, 2012 at 2:42 am
#1546605