This section contains reference documentation for the MAXMV function.
Was this helpful?
Get the maximum value in a group
MAXMV(colName)
These examples are based on the .
select MAXMV(DivLongestGTimes) AS value from airlineStats where arraylength(DivLongestGTimes) > 1
108