Loading...
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) > 1
32.4