Start of change

NVL

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

                       .---------------.      
                       V               |      
>>-NVL--(--expression----,--expression-+--)--------------------><

The schema is SYSIBM.

The NVL function is a synonym for the COALESCE function.

End of change