LOWER

LOWER('Hulk')

Syntax

LOWER(text expression)

Text function which returns the text converted to lower case. LOWER('Hulk') = 'hulk'.

text expression: Text created using text functions, text fields or constants.