Apache-presto-string-function-length

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

Apache Presto-長さ(文字列)

問い合わせ

presto:default> select length('finddevguides') as string_length;

結果

 string_length
---------------
     14

出力は、指定された文字列の長さです。