Apache Tajo - upper(string)

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

查询

default> select upper('apache tajo') as upper; 

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

upper 
------------------------------- 
APACHE TAJO 

查询返回给定字符串"apache tajo"的大写格式。

apache_tajo_string_functions.html