LOWER()
Converts a string to lowercase
(VAR)CHAR, (VAR)BINARY or BLOB
LOWER (string)
| Parameter | Description |
|---|---|
string |
An expression of a string type |
Returns the lowercase equivalent of the input string.The exact result depends on the character set.With ASCII or NONE for instance, only ASCII characters are lowercased;with character set OCTETS/(VAR)BINARY, the entire string is returned unchanged.