All pages
Powered by GitBook
1 of 1

minmaxrange

This section contains reference documentation for the minmaxrange function.

Returns the max - min value in a group

Signature

MINMAXRANGE(colName)

Usage Examples

select MINMAXRANGE(yearID) AS value
from baseballStats 
value

142