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.