MySql中关于null的函数IFNULLISNULLNULLIFIFNULL用法:IFNULL(expr1,expr2)说明:若expr1不是null则返回expr1,否则返回expr2例子:sql结果SELECT IFNU