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