Multiple non null arguments

suggest change

PGSQL> SELECT COALESCE(NULL, NULL, ‘first non null’, null, null, ‘second non null’);

coalesce
--------
'first non null'

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents