postgresql/src/test/bench/query02

5 lines
218 B
Plaintext

select * into table temp_bench from tenk1 where (unique1 > 647) and (unique1 < 1648);
drop table temp_bench;
select * into table temp_bench from tenk1 where (unique1 > 647) and (unique1 < 1648);
drop table temp_bench;