select Tb
sel
= 'select '
sel1 = 'kucun'
for i=1 to fcount()-2
if i!=fcount()-2
sel = sel + 'sum('+sel1 + allt(str(i))+"),"
else
sel = sel + 'sum('+sel1 + allt(str(i))+") from Tb
"
endif
endfor
&sel.
&& 执行查询 ,保证kucun这些字段为数值型
[[it] 本帖最后由 szy345 于 2009-7-19 19:45 编辑 [/it]]