MAXMV
This section contains reference documentation for the MAXMV function.
Get the maximum value in a group
MAXMV(colName)
select MAXMV(DivLongestGTimes) AS value
from airlineStats
where arraylength(DivLongestGTimes) > 1
value |
---|
108 |
Last modified 1yr ago