摘要: 首先关于事务的几个操作如下: begin tran -- 开启事务commit tran -- 提交事务rollback tran -- 回滚事务-- 新建一个测试表demo,id自增create table demo( id int not null IDENTITY(1,1), val int 阅读全文
posted @ 2019-09-27 16:08 心所欲 阅读(171) 评论(0) 推荐(0)