LOWER
Returns the input expression with all the characters converted to lowercase.
Syntax
LOWER(expression varchar) → varchar
expression: String to convert to lowercase.
Examples
LOWER example
LOWER example
Usage Notes
LOWER
is a synonym for LCASE
.
Last updated