UPPER
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the result of the argument character expression after converting all the characters to uppercase.
Syntax
|
Notes
- The
argument to the function must be of type
CHARACTER. - The result is of type
CHARACTER. - If the argument expression evaluates to
NULL, the result isNULL. - A char_expression and the result can contain multi‑byte
characters. The uppercase conversion is determined by the case table
in the
convmapfile. The default case table isBASIC.
Example
This
example illustrates the UPPER function, returning
columns from rows in the customer table where the last_name column,
after being converted to uppercase, is equal to ‘SMITH':
|
Compatibility
SQL compatible