All pages
Powered by GitBook
1 of 1

Loading...

count

This section contains reference documentation for the count function.

Get the count of rows in a group

Signature

COUNT(colName)

Usage Examples

These examples are based on the .

value
select count(*) AS value
from baseballStats 

97889

Batch Quick Start