OQL LOWER

Last modified: August 27, 2024

Description

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

Syntax

The syntax is as follows:

LOWER ( expression )

expression specifies the string to convert.