upper

upper

upper 介绍

upper(str) - 返回将str中的所有字符转换为大写字母的字符串。

Examples:

> SELECT upper('SparkSql');
 SPARKSQL

Since: 1.0.1