日期:2014-05-18  浏览次数:20437 次

帮忙看看这个sql语句
update   table1   set   dataProdate= '2007 ',periodID= '1 ',area= '0 ',isWheat= '1 '   where   area=null
更新area没有值的行,怎么不成功?

------解决方案--------------------
update table1 set dataProdate= '2007 ',periodID= '1 ',area= '0 ',isWheat= '1 ' where area is null