description |
---|
This section contains reference documentation for the sum function. |
Get the sum of values in a group
SUM(colName)
These examples are based on the Batch Quick Start.
select sum(hits) AS value
from baseballStats
value |
---|
3692601 |
description |
---|
This section contains reference documentation for the sum function. |
Get the sum of values in a group
SUM(colName)
These examples are based on the Batch Quick Start.
select sum(hits) AS value
from baseballStats
value |
---|
3692601 |