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