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