以下为示例代码:
begin tran update 表 set A的钱=A的钱+100 where 姓名=‘A‘ update 表 set B的钱=B的钱-100 where 姓名=‘B‘ if @@error<>0 rollback else commit
sql语句开启事务
原文:http://www.cnblogs.com/codeDevotee/p/7323966.html