summaryrefslogtreecommitdiff
path: root/src/test/bench/query19
blob: c75ab3fd46ddc9157fb84f3ed7575ef403f3ff28 (plain)
1
2
3
4
select * into table temp_bench from onek;
drop table temp_bench;
select * into table temp_bench from onek;
drop table temp_bench;