Syntax
UCASE(str)
Purpose
Converts the lowercase letters in str to uppercase. This function is a synonym for the UPPER() function.
Examples
obclient> SELECT UCASE('obclientHello!');
+----------------------------+
| UCASE('obclient Hello!') |
+----------------------------+
| Hello OBClient! |
+----------------------------+
1 row in set