表a,如何删除头1000条记录
------解决方案--------------------------------------------------------
use tt
1
dele next 1000
pack
------解决方案--------------------------------------------------------
方法一
select a
go top
dele next 1000
pack
方法二
select a
dele for recno() <=1000
pack