How does the GROUP BY clause manage the NULL values? Does it correspond to the general treatment of these values?
Null values of a column are grouped as a separate group.
See SQL Fiddle demonstrating Group By and aggregate functions on nullable column