Apache Presto - superiore (stringa)

Query

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

Risultato

string_upper 
---------------- 
 TUTORIALSPOINT

L'output è il maiuscolo della stringa data.