sql 查询字段若是为null 则返回0的写法

  oracle select nvl(字段名,0) from 表名; ----------------------------------- sqlserver select isnull(字段名,0) from 表名; 转载于:https://www.cnblogs.com/xiaonangua/p/10727914.htmlhtml
相关文章
相关标签/搜索