UPDATE a SET a.test= 0 FROM #table a WHERE a.test is null UPDATE a SET a.test= 0 FROM #table a WHERE a.test = null
收起
sqlserver下没区别。
报告相同问题?