Start of change

NVL

The NVL function returns the value of the first non-null expression.

Read syntax diagramSkip visual syntax diagramNVL( expression-1,expression-2 )

The NVL function is identical to the COALESCE function. For more information, see COALESCE.

End of change