Apache Presto - length(string)



查询

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

结果

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

输出是给定字符串的长度。

apache_presto_sql_functions.htm
广告