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 lower case.
LCASE (str)
LOWER (str)
String
SELECT LCASE('OLÉ');
+---------------+
| LCASE('OLÉ') |
+---------------+
| olé |
+---------------+