mysql ifnull判断为空设置默认值

IFNULL(count,0) as count

select IFNULL(count,0) as count from table_name

可以设置当某个字段为空的时候默认值。

 

posted @ 2019-01-06 15:20  护花使者  Views(4310)  Comments(0Edit  收藏  举报