码迷,mamicode.com
首页 > 数据库 > 详细

mysql 对返回的值是null进行判断和重新赋值

时间:2019-05-24 11:07:40      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:mysq   stat   sql   col   cal   str   pre   sel   nbsp   

SELECT IFNULL(sum(c.tax_data),0) ,IFNULL(SUM(c.fiscal_ret),0)   FROM corp_tax c WHERE c.industry_id = 100
   
    and c.corp_year =2018 and c.corp_month =6 and c.status = 1 and park_id=1

使用ifnull(expr,expr) 来处理。上面的sql  sum(c.tax_data) 如果是null 则返回0.

mysql 对返回的值是null进行判断和重新赋值

标签:mysq   stat   sql   col   cal   str   pre   sel   nbsp   

原文地址:https://www.cnblogs.com/prader6/p/10916440.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!