split_part (chaîne, délimiteur, index)
Requete
presto:default> select split_part('apache presto’,'p',2);
Résultat
_col0
-------
ache
presto:default> select split_part('apache presto’,'p',2);
_col0
-------
ache
