Syntax
COUNT(['column_name'])
Returns the number of fields selected for the column name given. If the column name argument is omitted, or a '*' is used all ungrouped rows will be counted.
Related