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

5 lines
194 B
Plaintext

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