See Also
You are here: SQL Reference > SQL Functions and Operators > Grouping Functions > COUNT
ContentsIndexHome
PreviousUpNext
COUNT
COUNT

 

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