Apache Presto - split(string,delimiter)

查询

presto:default> select split('apache presto','e') as string_split; 
   string_split 
------------------- 
 [apach,  pr, sto] 

apache_presto_sql_functions.html