Apache-presto-string-function-split

提供:Dev Guides
移動先:案内検索

Apache Presto-split(string、delimiter)

問い合わせ

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

結果

   string_split
-------------------
 [apach,  pr, sto]