StackOverflow 文件 postgresql 教程 合併 多個非 null 引數 多個非 null 引數 Created: November-22, 2018 PGSQL> SELECT COALESCE(NULL,NULL,‘first non null’,null,null,‘second non null’); coalesce'first non null' 所有空引數單個非 null 引數