| Postgres | ||
| The SQL standard is COALESCE | ||
| Specific to Postgres | ||
| COALESCE takes any number of arguments, it returns the first which is not null. | ||
| Postgres | ||
| The SQL standard is COALESCE | ||
| Specific to Postgres | ||
| COALESCE takes any number of arguments, it returns the first which is not null. | ||