Syntax
UPPER(str)
Purpose
The string str is converted to uppercase letters.
Examples
obclient> obclient> SELECT UPPER('obclient Hello!');
+----------------------------+
| 'OBCLIENTHELLO!' |
+----------------------------+
| Hello, OBClient! |
+----------------------------+
1 row in set