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 参数