-开启事务 begin tran --执行操作 update Accounts_UsersExp set TelPhone=123456 where userid=14 --执行错误事务回滚 rollback --如果正确进行事务提交 commit