This section contains reference documentation for the MINMAXRANGEMV function.
Was this helpful?
Returns the max - min value in a group
MINMAXRANGEMV(colName)
These examples are based on the .
select MINMAXRANGEMV(DivLongestGTimes) AS value from airlineStats where arraylength(DivLongestGTimes) > 1
106