This section contains reference documentation for the SUMMV function.
Get the sum of values in a group
SUMMV(colName)
select SUMMV(DivLongestGTimes) AS value from airlineStats where arraylength(DivLongestGTimes) > 1
2696