postgresql/src/test/bench/query03

5 lines
216 B
Plaintext

select * into table temp_bench from tenk1 where (unique2 > 301) and (unique2 < 402);
drop table temp_bench;
select * into table temp_bench from tenk1 where (unique2 > 301) and (unique2 < 402);
drop table temp_bench;