Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 449 Bytes

File metadata and controls

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

MINMVMAXMV

Get the maximum value in a group

Signature

MAXMV(colName)

Usage Examples

These examples are based on the Hybrid Quick Start.

select MAXMV(DivLongestGTimes) AS value
from airlineStats 
where arraylength(DivLongestGTimes) > 1
value
108