In MariaDB, LCASE()
is a built-in string function that returns its string argument with all characters changed to lowercase.
The result is returned in the current character set mapping. The default is latin1
(cp1252 West European).
LCASE()
is a synonym for LOWER()
.