2009年9月24日
摘要: 前言 昨天用户根据业务需求,需要在数据库端调整一些具有特征的数据,我首先写好了条件的语句(select uninstand from table1 where col='gg'),然后更新另外一张表 update table2 set col='string' ,忘记在更新语句加 where uninstand in 。灾难后果就在轻轻点击一下运行后屁颠屁颠的到来,table2那一列20w条数据变... 阅读全文
posted @ 2009-09-24 11:33 复用软件 阅读(414) 评论(11) 推荐(0)