Viewing post 1 (of 1 total)
how about:
SELECT ISNULL(name, '') AS [Count_no_NULLs] FROM COUNT_TEST;
that is what you are trying to do right, count the rows that are not NULL?
October 15, 2013 at 11:01 am
#1658620