Data Transformation Engine Functions and Expressions Reference Guide
Chapter 3 - Function Reference UPPERCASE
Functions and Expressions Reference Guide
219
UPPERCASE
The UPPERCASE function converts text to all uppercase characters.
Syntax
UPPERCASE ( single-text-expression )
Meaning
UPPERCASE ( text_to_convert )
Returns
This function returns a single-text-item.
Produces a text item in which each byte in text_to_convert has been converted
to uppercase. Any numeric or symbolic characters in text_to_convert remain
unchanged.
Example
UPPERCASE ( "abC123!" ) returns ABC123!
Uses
Use
UPPERCASE when you want to convert text to all uppercase characters.
Related Functions
ISLOWER, ISUPPER, LOWERCASE