What does NVL stand for

functionsinformixoracle

What does NVL stand for? I'm talking about the Oracle and Informix (perhaps some others too) function used to filter out non NULL values from query results (similar to COALESCE in other databases).

Best Answer

Quite simply: Null VaLue

The function substitutes any NULLs in a given resultset column with the value given as the second parameter.