Apache Presto - concat(x,y)



Query

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

Result

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