OQL COALESCE

Last modified: April 20, 2023

1 Description

The COALESCE function returns the first of its arguments that is not NULL.

2 Syntax

The syntax is as follows:

1
COALESCE ( expression [ ,...n ] )

expression specifies the expression to check, if the result is NULL.