Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 378 Bytes

File metadata and controls

24 lines (16 loc) · 378 Bytes
description
This section contains reference documentation for the count function.

count

Get the count of rows in a group

Signature

COUNT(colName)

Usage Examples

These examples are based on the Batch Quick Start.

select count(*) AS value
from baseballStats 
value
97889