This section contains reference documentation for the count function.
Last updated 2 years ago
Was this helpful?
Get the count of rows in a group
COUNT(colName)
These examples are based on the .
select count(*) AS value from baseballStats
97889