摘要: 测试方法 1)插入100条数据 create table t1(id int,c1 varchar(50)); insert into t1 select generate_series(1,100),'#abcd#'; select count(*) from t1; 2)事务1 begin; s 阅读全文
posted @ 2021-08-23 01:05 stupidstan2019 阅读(136) 评论(0) 推荐(0)