update table1 set ***=(case *** when 0 then 1 when 1 then 0 else 0 end)
update table1 set ***=~ ***
以上这两种方法都可以...都是bit数据类型取反的SQL语句!
本文由如何建网站:http://www.travel-day.cn整理提供。