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