nvl (oracle) equivalent in postgres

oracle postgres sql 7 years 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.
2732
Posted By