OQL UPPER
Last modified: August 27, 2024
This function is only available for Mendix Studio Pro 9.21.0 and above.
Description
The UPPER
function converts all lowercase characters in a given string to uppercase and returns the result.
Syntax
The syntax is as follows:
UPPER ( expression )
expression
specifies the string to convert.