nvl (oracle) equivalent in postgres

oracle postgres sql 6 years, 1 month 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.
2229
Posted By