description |
---|
This section contains reference documentation for the minmaxrange function. |
Returns the max
- min
value in a group
MINMAXRANGE(colName)
These examples are based on the Batch Quick Start.
select MINMAXRANGE(yearID) AS value
from baseballStats
value |
---|
142 |