Apache Presto - array_intersect(x,y)



Query

presto:default> select array_position(array[11,12,13,14],2) as position;

Result

 position 
---------- 
    0
apache_presto_sql_functions.htm
Advertisements