StackOverflow 文档 postgresql 教程 合并 单个非 null 参数 单个非 null 参数 Created: November-22, 2018 PGSQL> SELECT COALESCE(NULL, NULL, 'HELLO WORLD'); coalesce'HELLO WORLD' 多个非 null 参数合并