mysql中的ifnull函数使用 ifnull 是mysql的一个内置函数,ifnull(expr1,expr2)如果expr1的值为null,这个时候返回expr2。否则如果expr1的值不是null,就直接返回expr1