postgresql/src/test/bench/query19
Tatsuo Ishii e062a176a8 Overhaul Wisconsin Benchmark test suit
- change temp -> temp_bench ("temp" is now a reserved word)
	- fix bugs in queries
	- add -B 256 option to run the postgres command
	  (without this, postgres seems to fail with hashjoin)
1999-04-16 06:31:13 +00:00

5 lines
130 B
Plaintext

select * into table temp_bench from onek;
drop table temp_bench;
select * into table temp_bench from onek;
drop table temp_bench;