Apache Presto - length(string)

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

查询

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

apache_presto_sql_functions.html