UPPER
Returns the provided string converted to uppercase.
Usage
UPPER(text)
Parameters
text |
String |
The string to convert to uppercase. |
Returns
String
Examples
UPPER(‘Hello’) |
HELLO |
UPPER(‘GREAT JOB!’) |
GREAT JOB! |
UPPER(‘Great job!!!’) |
GREAT JOB!!! |
Remarks
N/A