split_part (stringa, delimitatore, indice)
Query
presto:default> select split_part('apache presto’,'p',2);
Risultato
_col0
-------
ache
presto:default> select split_part('apache presto’,'p',2);
_col0
-------
ache