Outdated Version

You are viewing an older version of this section. View current production version.

LCASE

Converts the given string to lower case.

LCASE (str)
LOWER (str)

Arguments

  • str: any string or binary object

Return Type

String

Examples

memsql> select lcase('OLÉ');
+---------------+
| lcase('OLÉ')  |
+---------------+
| olé           |
+---------------+