head	1.1;
access;
symbols
	PG95_1_01:1.1
	PG95_1_0:1.1
	PG95_beta_03:1.1
	PG95_beta_02:1.1
	PG95_beta:1.1;
locks; strict;
comment	@# @;


1.1
date	95.03.22.21.10.56;	author andrew;	state Exp;
branches;
next	;


desc
@@


1.1
log
@wisconsin benchmark suite
@
text
@select * into table temp from tenk1 where (unique1 > 647) and (unique1 < 1648);
drop table temp;
select * into table temp from tenk1 where (unique1 > 647) and (unique1 < 1648);
drop table temp;
@
