Syntax
UPPER(str)
Purpose
Converts lowercase letters in the string str to uppercase.
Examples
obclient> obclient> SELECT UPPER('obclient Hello!');
+----------------------------+
| UPPER('obclient Hello!') |
+----------------------------+
| OBCLIENT: Hello! |
+----------------------------+
1 row in set