OQL UPPER

Last modified: April 21, 2023

1 Description

The UPPER function converts all lowercase characters in a given string to uppercase and returns the result.

2 Syntax

The syntax is as follows:

1
UPPER ( expression )

expression specifies the string to convert.