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