多個非 null 引數
PGSQL> SELECT COALESCE(NULL,NULL,‘first non null’,null,null,‘second non null’);
placeholderCopycoalesce'first non null'
PGSQL> SELECT COALESCE(NULL,NULL,‘first non null’,null,null,‘second non null’);
placeholderCopycoalesce'first non null'