UPPER(str): To uppercase according to the current character set mapping : UPPER « String Functions « MySQL Tutorial






UCASE() is a synonym for UPPER().

mysql> SELECT UPPER('abc');
+--------------+
| UPPER('abc') |
+--------------+
| ABC          |
+--------------+
1 row in set (0.00 sec)

mysql>








23.47.UPPER
23.47.1.UPPER(str): To uppercase according to the current character set mapping
23.47.2.List the first name in upper case