OQL COALESCE
Last modified: August 27, 2024
Description
The COALESCE function returns the first of its arguments that is not NULL.
Syntax
The syntax is as follows:
COALESCE ( expression [ ,...n ] )expression specifies the expression to check, if the result is NULL.