Grouping of Null and Not Null fields

Hi,
I have to form a query in such a way that all the NULL values in a column are grouped together and Not NULL values are grouped separately.
In algorithm form my output should be:
Total_Count Columnxyz
number1 NULL
number2 All Not NULL
