upper
upperβ
descriptionβ
Syntaxβ
VARCHAR upper(VARCHAR str)
Convert all strings in parameters to uppercase. Another alias for this function is ucase.
exampleβ
mysql> SELECT upper("aBc123");
+-----------------+
| upper('aBc123') |
+-----------------+
| ABC123 |
+-----------------+
keywordsβ
UPPER