OQL LOWER

Last modified: April 21, 2023

1 Description

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

2 Syntax

The syntax is as follows:

1
LOWER ( expression )

expression specifies the string to convert.