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