OQL LOWER

Last modified: May 29, 2024

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:

LOWER ( expression )

expression specifies the string to convert.