NVL
Synonym for IFNULL. This Oracle-compatible function returns the first argument if it is not NULL, or the second argument if the first is NULL.
NVL is a synonym for IFNULL.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?
Synonym for IFNULL. This Oracle-compatible function returns the first argument if it is not NULL, or the second argument if the first is NULL.
NVL is a synonym for IFNULL.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?