head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


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


desc
@@


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