[原创] DB中常见的(经常忽略的)一些错误 Postgres1. 数值 加 null 等于 null。例如: select 3 + null // result: null你是否还遇到了其它常见的问题,快来分享一下吧,免得大家下次再犯同样的错误。