Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 559 Bytes

distinctsummv.md

File metadata and controls

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

DISTINCTSUMMV

Returns the sum of the distinct row values in a group

Signature

DISTINCTSUMMV(colName)

Usage Examples

These examples are based on the Hybrid Quick Start.

SELECT DISTINCTSUMMV(DivLongestGTimes) AS VALUE
FROM airlineStats
WHERE arraylength(DivLongestGTimes) > 1
VALUE
1134