Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 445 Bytes

File metadata and controls

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

SUMMV

Get the sum of values in a group

Signature

SUMMV(colName)

Usage Examples

These examples are based on the Hybrid Quick Start.

select SUMMV(DivLongestGTimes) AS value
from airlineStats 
where arraylength(DivLongestGTimes) > 1
value
2696