UPPER
From LongJump Support Wiki
The UPPER function converts all characters in a string to upper case.
- Syntax
UPPER(string)
- Return
- Text string
- Example
UPPER('Business case') = 'BUSINESS CASE'
The UPPER function converts all characters in a string to upper case.
UPPER(string)
UPPER('Business case') = 'BUSINESS CASE'