postgresql如果查询出的数据为空,则设为0的方法

前端之家收集整理的这篇文章主要介绍了postgresql如果查询出的数据为空,则设为0的方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
<span style="font-size:32px;">select <span style="color:#ff0000;">COALESCE(b.price,0)</span> as price from fruit_sale</span>

猜你在找的Postgre SQL相关文章