sql server DML 语句不能撤销

--针对sql server DML 语句不能撤销

begin transaction tra1
update temp_ie set trade_mode=0664 where dec_bill_no='2387MO'and (item_code='MOT1E-5185143E66' or item_code='MOT3E-0571351E01')
--commit tran 提交
--
rollback tran 撤销

posted on 2008-06-02 17:23  simhare  阅读(192)  评论(0)    收藏  举报

导航