See Also
You are here: SQL Reference > SQL Functions and Operators > Grouping Functions > SUM
ContentsIndexHome
PreviousUpNext
SUM
SUM

 

Syntax

SUM('column_name')

 

Returns the numerical sum of the values of the fields selected for the column name given. This will only work with numeric columns. 

 

 

Related