openGauss-server/src/test/regress/sql/normal_IUD_proc_ut14.sql

8 lines
222 B
SQL

select pg_sleep(2);
START TRANSACTION;
select current_timestamp;
insert into ptx (select 100x,10x,x from generate_series(1,1000) as x);
insert into cmpts values(2,current_timestamp);
select current_timestamp;
COMMIT;