Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Converts the given string to uppercase.
UCASE (str)
UPPER (str)
str Any string object
String
SELECT UCASE('olé');
+---------------+
| UCASE('olé') |
+---------------+
| OLÉ |
+---------------+