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
108