description |
---|
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
value |
---|
97889 |
description |
---|
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
value |
---|
97889 |