OQL UPPER

Last modified: August 27, 2024

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.