I was wondering if there was a function in SQL Server to identify white space in the way the null works:
Case itemA is null then
Case itemA is null then
Is there a function in SQL to identify white space?
the way that null works:
CASE itemA IS NULL THEN
or
isNull(itemA,'')