NVL scalar function

The NVL function returns the first argument that is not null.

Read syntax diagramSkip visual syntax diagramNVL(expression ,expression )

The schema is SYSIBM.

NVL is a synonym for COALESCE.