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

