count
This section contains reference documentation for the count function.
Last updated
Was this helpful?
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
Last updated
Was this helpful?
Was this helpful?

