Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将字符串中的所有字符转换成大写形式。
UCASE( string-expression )
string-expression 要转换成大写形式的字符串。
与参数的数据类型对应的 CHAR、VARCHAR、或 LONG VARCHAR。
此函数与 UPPER 函数相同。
下面的语句返回值 CHOCOLATE。
SELECT UCASE( 'ChocoLate' );