对的,简单的如:select * from 表1 where 字段1 >= 100 into cursor tmp上述代码意思是将“表1,dbf”里符合“字段1 >= 100 ”条件的所有记录组成一个临时表tmp。所谓临时表,就是当表单退出时能自动删除。