StackOverflow 文件 postgresql 教程 合併 單個非 null 引數 單個非 null 引數 Created: November-22, 2018 PGSQL> SELECT COALESCE(NULL, NULL, 'HELLO WORLD'); coalesce'HELLO WORLD' 多個非 null 引數合併