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