ARRAYLENGTH
This section contains reference documentation for the ARRAYLENGTH function.
Signature
Usage Examples
select ARRAYLENGTH(RandomAirports) AS length, count(*)
from airlineStats
GROUP BY length
ORDER BY count(*) DESC
LIMIT 5length
count(*)
Last updated
Was this helpful?

