]> granicus.if.org Git - postgresql/blob - src/test/bench/query23
db7568dff76200f66a8c19aec67cb0cd5aac459b
[postgresql] / src / test / bench / query23
1 select min(unique2) as x into table temp_bench from tenk1;
2 drop table temp_bench;
3 select min(unique2) as x into table temp_bench from tenk1;
4 drop table temp_bench;