postgresql/src/test/bench/query03
1996-07-09 06:22:35 +00:00

5 lines
192 B
Plaintext

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