postgresql/src/test/bench/query23

5 lines
164 B
Plaintext
Raw Normal View History

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;