Returns a specified character expression in lowercase letters.
Syntax
LOWER(cExpression)
Returns
Character
Arguments
cExpression
Specifies the character expression LOWER( ) converts.
Remarks
LOWER( ) converts all uppercase letters (A – Z) in the character expression to lowercase (a – z). All other characters in the character expression remain unchanged.