Apache Presto - concat(x,y)



查询

presto:default> select concat(array[1,2],array[3,4,5]) as concat; 

结果

     concat 
----------------- 
 [1, 2, 3, 4, 5]
apache_presto_sql_functions.htm
广告