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.
select AVGMV(DivLongestGTimes) AS value
from airlineStats
where arraylength(DivLongestGTimes) > 1Was this helpful?
Was this helpful?