retrieve into temp (t.all) from t in tenk1 where (t.unique2 > 647) and (t.unique2 < 1648)
destroy temp
retrieve into temp (t.all) from t in tenk1 where (t.unique2 > 647) and (t.unique2 < 1648)
destroy temp
