Outdated Version
You are viewing an older version of this section. View current production version.
You are viewing an older version of this section. View current production version.
Converts the given string to uppercase.
UCASE (str)
UPPER (str)
str Any string object
String
memsql> select ucase('olé');
+---------------+
| ucase('olé') |
+---------------+
| OLÉ |
+---------------+
Related Topics