DISTINCTSUMMV
This section contains reference documentation for the DISTINCTSUMMV function.
Was this helpful?
This section contains reference documentation for the DISTINCTSUMMV function.
Returns the sum of the distinct row values in a group
DISTINCTSUMMV(colName)
These examples are based on the Hybrid Quick Start.
SELECT DISTINCTSUMMV(DivLongestGTimes) AS VALUE
FROM airlineStats
WHERE arraylength(DivLongestGTimes) > 11134
Was this helpful?
Was this helpful?

