1、mysql中的ifnull()函数对应postgresql的coaleceCOALESCE('字段名称','期望值')2、示例select COALESCE(p.valid,0) ,p.valid from ...
確定! 回上一頁