Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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".