I need to Group By a date column that may contain a NULL value. Min() only gives me the lowest date and not NULL if it exists. How do I get a Group By clause to give me NULL if it exists?