This section contains reference documentation for the arraySortInt function.
Last updated 2 years ago
Was this helpful?
Sorts array of ints.
arraySortInt('colName')
These examples are based on the .
select DivAirportIDs, arraySortInt(DivAirportIDs) AS sortedIds from airlineStats WHERE arraylength(DivAirportIDs) >= 2 limit 5
13891,12892
12892,13891
14683,14683
12339,12339
13198,10721
10721,13198
10721,12478