我就废话不多说了~
select name,price from odoo_sale;
select name,COALESCE(price, 0) from odoo_sale;
补充:postg开发者_SQLiteresq编程客栈l查询某列的最大值时,对查询结果为空做默认www.devze.com为0的处理
实例如下:
select coalesce(max(max_grad编程客栈e),0) from exam_grade wherqOPrAe examinee_id = 12345 and exam_id = 1;编程客栈
查询某个考生在某个指定试卷的最高分,如果没有,则返回0
以上为个人经验,希望能给大家一个参考,也希望大家多多支持我们。如有错误或未考虑完全的地方,望不吝赐教。
精彩评论