OQL UPPER

Last modified: May 29, 2024

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.