![]() |
#2
yangdf2022-11-23 15:49
|
close all
local bmc
select xqdm,count(*) rs from cj.dbf group by xqdm into cursor xx
select xx
scan
bmc = alltrim(xqdm)+"-"+transform(rs)+"条数据"
* select * from cj.dbf where alltrim(cj.xqdm) == alltrim(xx.xqdm) into table &bmc
select * from cj.dbf where alltrim(cj.xqdm) == alltrim(xx.xqdm)
copy to &bmc type xl5
endscan
close all
只有本站会员才能查看附件,请 登录
只有本站会员才能查看附件,请 登录