Syntax
UCASE(str)
Purpose
Converts the lowercase letters in str to uppercase letters. This function is equivalent to the UPPER() function.
Examples
obclient> SELECT UCASE('obclientHi!');
+----------------------------+
| UCASE('obclient Hello!') |
+----------------------------+
| Hello, OBCLIENT! |
+----------------------------+
1 row in set