AVGMV
This section contains reference documentation for the AVGMV function.
Signature
Usage Examples
select AVGMV(DivLongestGTimes) AS value
from airlineStats
where arraylength(DivLongestGTimes) > 1value
Was this helpful?
This section contains reference documentation for the AVGMV function.
Get the avg of values in a group
AVGMV(colName)
These examples are based on the Hybrid Quick Start.
select AVGMV(DivLongestGTimes) AS value
from airlineStats
where arraylength(DivLongestGTimes) > 118.465753424657535
Was this helpful?
Was this helpful?

