postgresql/src/test/bench/query18

5 lines
210 B
Plaintext

select two, four, ten, twenty, hundred, string4 into table temp_bench from tenk1;
drop table temp_bench;
select two, four, ten, twenty, hundred, string4 into table temp_bench from tenk1;
drop table temp_bench;