摘要:
MySQL 中,单个 Store Procedure(SP) 不是原子操作,而 Oracle 则是原子的。如下的存储过程,即使语句2 失败,语句 1 仍然会被 commit 到数据库中: create table testproc(id int(4) primary key, name varcha 阅读全文
posted @ 2020-03-26 23:42
jiangxiaobo
阅读(1370)
评论(0)
推荐(0)