Was this helpful?
Returns the max - min value in a group
max
min
MINMAXRANGE(colName)
These examples are based on the .
This section contains reference documentation for the minmaxrange function.
select MINMAXRANGE(yearID) AS value from baseballStats
142