Studio Pro 8 has reached its end of support. To upgrade to a supported version, see Moving from Mendix Studio Pro 8 to 9.

Studio Pro 8 has reached its end of support. To upgrade to a supported version, see Moving from Mendix Studio Pro 8 to 9.

OQL COALESCE

Last modified: August 27, 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.