Friday, April 17, 2009

MySQL - Difference between Count(*) and count(column)


COUNT ( column ) counts all non-NULL occurences (or should …



COUNT ( * ) counts all rows.

No comments: