Loading...
This section contains reference documentation for the count function.
Get the count of rows in a group
COUNT(colName)
These examples are based on the Batch Quick Start.
select count(*) AS value from baseballStats
97889