Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 417 Bytes

minmaxrange.md

File metadata and controls

24 lines (16 loc) · 417 Bytes
description
This section contains reference documentation for the minmaxrange function.

minmaxrange

Returns the max - min value in a group

Signature

MINMAXRANGE(colName)

Usage Examples

These examples are based on the Batch Quick Start.

select MINMAXRANGE(yearID) AS value
from baseballStats 
value
142