测试 delete,update ,用事物先测试一下,是不是想要返回的结果,不要 commit
begin tran testTran
begin
delete from GroupTest where code = 'mdx'
end
rollback tran testTran
begin
delete from GroupTest where code = 'mdx'
end
rollback tran testTran
走向地狱的途中,不小心走了程序员这条路,路上一个个黑心的老板,和暗无天日的加班,我才发现,通往地狱的路径中,我们这行是最短的。