nvl (oracle) equivalent in postgres

oracle postgres sql 4 years, 9 months ago
COALESCE(value [, ...]) The COALESCE function accepts an unlimited number of arguments. It returns the first argument that is not null. If all arguments are null, the COALESCE function will return null.
1749
Posted By