The SUM function returns the sum of all numbers in the arguments, which can be numbers or node references.
sum(value1,[value2]....)
value1 – The first node or number to be added. This is a required argument.
value2,...– The additional nodes or numbers to be added. These are optional arguments.
sum(COLUMN1, COLUMN2)
Returns the sum of COLUMN1 and COLUMN2
SUMarrow-up-right
Last updated 1 year ago
Was this helpful?