LOWER
Converts the given string to lowercase letters.
Syntax
Arguments
STRING
STRING
Type: string
A sequence of characters.
Returns
Type: string
STRING
in lowercase letters.
Examples
STRING
Output
A
a
ABC
abc
123
123
abc
abc
-=@#$
-=@#$
null
null
Transformation job example
SQL
Query result
customer_firstname
lower_firstname
Melissa
melissa
Roger
roger
Raymond
raymond
Last updated