summaryrefslogtreecommitdiff
path: root/src/test/bench/query20
blob: db7568dff76200f66a8c19aec67cb0cd5aac459b (plain)
1
2
3
4
select min(unique2) as x into table temp_bench from tenk1;
drop table temp_bench;
select min(unique2) as x into table temp_bench from tenk1;
drop table temp_bench;