sql語句中用什么語句實現事務的回滾?
-開啟事務 begin tran --執行操作 update Accounts_UsersExp set TelPhone=123456 where userid=14 --執行錯誤事務回滾 rollback --如果正確進行事務提交 commit
上一篇寫在那里能保密
sql語句中用什么語句實現事務的回滾?
-開啟事務 begin tran --執行操作 update Accounts_UsersExp set TelPhone=123456 where userid=14 --執行錯誤事務回滾 rollback --如果正確進行事務提交 commit