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