For the complete documentation index, see llms.txt. This page is also available as Markdown.

MINMAXRANGEMV

This section contains reference documentation for the MINMAXRANGEMV function.

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

Was this helpful?