Select NULL AS Max or Min in SQL Query
By default the functions MAX and MIN do not count NULL in their evaluation of your data. If we have a column containing only dates for instance and there is a NULL date, MAX and MIN will both ignore that value. For instance, take the following data...
bradleyschacht.com3 min read