LOWER
From LongJump Support Wiki
The LOWER function converts all characters in a string to lower case.
- Syntax
LOWER(string)
- Return
- Text string
- Example
LOWER('Sales CYCLE') = 'sales cycle'
The LOWER function converts all characters in a string to lower case.
LOWER(string)
LOWER('Sales CYCLE') = 'sales cycle'