Apache Presto - upper(string)

输出是给定字符串的大写。

查询

presto:default> select upper('tutorialspoint') as string_upper;
 string_upper 
---------------- 
 TUTORIALSPOINT 

apache_presto_sql_functions.html