mysql IFNULL关键字

select IFNULL(error_msg,0) from cron_log;
其作用:就把error_msg为NULL的值换成0.

你可能感兴趣的:(mysql,ifnull)