Syntax
UPPER(str)
Purpose
The function converts lowercase letters in the string str to uppercase letters.
Examples
obclient> obclient> SELECT UPPER('obclientHello!');
+----------------------------+
| 'OBCLIENT HI!' |
+----------------------------+
| Hello OBClient! |
+----------------------------+
1 row in set
