数据集取数空值默认为0怎么设置,不然是空的
什么数据库
=============
mysql: IFNULL(字段,0)
oracle: nvl(字段,0)
sqlserver: isnull(字段,0)