LOWER Operation
How to use the LOWER operation for Computed Attributes
Definition
The LOWER operation will convert a string to all lowercase letters.
Example
LOWER(‘HELLO World’)
Result:
hello world
Syntax Guide
LOWER(text)
text - The string to convert to lowercase