Apache Presto - split(string,delimiter)



Query

presto:default> select split('apache presto','e') as string_split; 

Result

   string_split 
------------------- 
 [apach,  pr, sto] 
apache_presto_sql_functions.htm
Advertisements