MINMAXRANGEMV
This section contains reference documentation for the MINMAXRANGEMV function.
Returns the max - min value in a group
MINMAXRANGEMV(colName)
select MINMAXRANGEMV(DivLongestGTimes) AS value
from airlineStats
where arraylength(DivLongestGTimes) > 1
value |
---|
106 |
Last modified 1yr ago