Pages

Thursday, September 1, 2011

Difference between COUNT(*) and COUNT(1)

COUNT (*) will return rows related to all the columns with null values. COUNT(1) will return the row count of the first column without null values.

No comments:

Post a Comment