Apache Presto - array_sort (x)

Requete

presto:default> select array_sort(array[23,12,34]) as sort;

Résultat

sort 
-------------- 
 [12, 23, 34]