OQL COALESCE

Last modified: February 13, 2024

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

The syntax is as follows:

COALESCE ( expression [ ,...n ] )

expression Specifies the expression to check if the result is NULL.