If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.

OQL COALESCE

Last modified: May 29, 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.