Files
postgresql/src/test/bench/query18
1996-07-09 06:22:35 +00:00

5 lines
186 B
Plaintext

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