mysql数据库4种事务隔离级别验证

1.建表 create table account(id int primary key,name varchar(20),account decimal(15,3)); 2.准备初始数据 insert into account(id,name,account) values (1,'lilei',450),(2,'hanmei',16000),(3,'lucy',2400); 3.查看当前默认隔
相关文章
相关标签/搜索