aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench/query18
blob: 4a793a9291d706e3edf4553fd7a7aa0472178a29 (plain)
1
2
3
4
select two, four, ten, twenty, hundred, string4 into table temp_bench from tenk1;
drop table temp_bench;
select two, four, ten, twenty, hundred, string4 into table temp_bench from tenk1;
drop table temp_bench;