UPPER ER function
The UPPER
function returns the specified text string as a String value after it has been converted to uppercase letters.
Syntax
UPPER (text )
Arguments
text
: String
The valid path of a data source of the String type.
Return values
String
The resulting text value.
Example
UPPER ("Sample")
returns "SAMPLE".