SUM
Returns the sum of non-NULL input expressions.
Syntax
SUM(column_name number or interval) → same as input
column_name: The column containing the values to sum.
Examples
Aggregate function example
Window function example
Last updated