Apache Presto - array_remove(x,element)



查询

presto:default> select array_remove(array[1,2,3],2) as remove; 

结果

 remove 
-------- 
 [1, 3] 
apache_presto_sql_functions.htm
广告