aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench/query02
blob: e7b4f388185c7a6698463f7e4d256853676b811a (plain)
1
2
3
4
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;