This section contains reference documentation for the SUMMV function.
Last updated 2 years ago
Was this helpful?
Get the sum of values in a group
SUMMV(colName)
These examples are based on the .
select SUMMV(DivLongestGTimes) AS value from airlineStats where arraylength(DivLongestGTimes) > 1
2696