Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 472 Bytes

minmaxrangemv.md

File metadata and controls

25 lines (17 loc) · 472 Bytes
description
This section contains reference documentation for the MINMAXRANGEMV function.

MINMAXRANGEMV

Returns the max - min value in a group

Signature

MINMAXRANGEMV(colName)

Usage Examples

These examples are based on the Hybrid Quick Start.

select MINMAXRANGEMV(DivLongestGTimes) AS value
from airlineStats 
where arraylength(DivLongestGTimes) > 1
value
106