LOWER
From LongJump Support Wiki
Revision as of 23:47, 25 August 2009 by imported>Evelyn
The LOWER function converts all characters in a string to lower case.
- Syntax
LOWER(string)
- Return
- Text string
- Example
LOWER('Sales CYCLE') = 'sales cycle'