0
kicks
The trouble with NULL in SQL
A couple of mistakes that people do when working with NULL data. If you have NULLS in a table did you know that COUNT(*) will include the NULLS but COUNT(column) will not. That and more can be found in this article