You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/test/bench/query18

4 lines
210 B

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;