This section contains reference documentation for the sum function.
Last updated 2 years ago
Was this helpful?
Get the sum of values in a group
SUM(colName)
These examples are based on the .
select sum(hits) AS value from baseballStats
3692601