summaryrefslogtreecommitdiff
path: root/src/test/bench/query05
blob: 07050b6cc787de1ad4de4b30313346a22a2a4174 (plain)
1
2
3
4
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;