blob: db7568dff76200f66a8c19aec67cb0cd5aac459b [file]
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;