Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 387 Bytes

File metadata and controls

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

sum

Get the sum of values in a group

Signature

SUM(colName)

Usage Examples

These examples are based on the Batch Quick Start.

select sum(hits) AS value
from baseballStats 
value
3692601