NVL scalar function The NVL function returns the first argument that is not null. NVL(expression ,expression ) The schema is SYSIBM. NVL is a synonym for COALESCE.