sql 查詢字段若是爲null 則返回0的寫法

  oracle select nvl(字段名,0) from 表名; ----------------------------------- sqlserver select isnull(字段名,0) from 表名; 轉載於:https://www.cnblogs.com/xiaonangua/p/10727914.htmlhtml
相關文章
相關標籤/搜索