distinctCountRawHllPlusMv
This section contains reference documentation for the DISTINCTCOUNTRAWHLLPLUSMV function.
Signature
Usage Examples
select DISTINCTCOUNTRAWHLLPLUSMV(DivAirports) AS value
from airlineStats
where arraylength(DivAirports) > 1value
select DISTINCTCOUNTRAWHLLPLUSMV(DivAirports, 1) AS value
from airlineStats
where arraylength(DivAirports) > 1value
Last updated
Was this helpful?

