select * from bb where .f. into table aa
就是说
select * from bb where 字段='aaa' into table aa && 字段='aaa'的这个条件不成立 也就是 .f. 的逻辑结果
我以前是这个清空的
select * from bb where .f. into table aa
select * from aa where .f. into table bb
但我后来在网上看到,可以直接这样的
select * from bb where .f. into table bb