Sum
Description |
Returns the sum of a multi-value or a list of values |
Syntax |
SUM(m1) SUM(v1, v2[, v]*) ● m1: a multi-valued field or attribute ● v: two or more values |
Example |
Given a multi-valued attribute of Lengths {2, 4, 9}: SUM(Length) ® 15 SUM(2, 11, 11, 0) ® 24 |