Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 486 Bytes

distinctavgmv.md

File metadata and controls

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

DISTINCTAVGMV

Returns the average of distinct row values in a group

Signature

DISTINCTAVGMV(colName)

Usage Examples

These examples are based on the Hybrid Quick Start.

SELECT DISTINCTAVGMV(DivLongestGTimes) AS VALUE
FROM airlineStats
WHERE arraylength(DivLongestGTimes) > 1
VALUE
32.4