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;