數據庫中,表一sum得出一個值,賦給表二的某個字段,爲null

嘗試使用了isnull(arg1,arg2)函數表示無效函數

最後運用了COALESCE(arg1,arg2,arg3,...)date

該函數標識返回參數中第一個不爲null的值.select

update  a參數

set

a.overplus=a.howMany -

(

select COALESCE(sum(b.USENUMBER),0)  

from b

where b.belongAFId = a.id

)

相關文章
相關標籤/搜索