Description
Converts the first character in a string to lower case.
Syntax
LCFIRST(string_expression)
Examples
LCFIRST('HELLO')
returns 'hELLO'.
Return value datatype
String
Impact of null value
If input is null, returns null.
Converts the first character in a string to lower case.
LCFIRST(string_expression)
LCFIRST('HELLO')
returns 'hELLO'.
String
If input is null, returns null.
Free 7-day trial. Easy setup. Cancel any time