Apache Tajo - length(字符串)



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

查询

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

结果

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

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

此处,给定字符串“tutorialspoint”的长度为 14。

apache_tajo_string_functions.htm
广告