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