Apache Tajo - length(string)

现在让我们使用以下查询检查 length(string) 函数。

查询

default> select length('tutorialspoint') as length;

上述查询将生成以下结果。

length 
------------------------------- 
14

这里,给定字符串"tutorialspoint"的长度为 14。

apache_tajo_string_functions.html