摘要:
select bd_corp.unitname as 付款单位, bd_cubasdoc.custcode as 收款单位编码, bd_cubasdoc.custname as 收款单位名称, sum(arap_djfb.bbye) as 付款总金额, count(bd_corp.unitcode) as 付款次数 from bd_cubasdoc, arap_djfb, bd_cumandoc, arap_djzb, bd_corp where arap_djfb.ksbm_cl = bd_cumandoc.pk_cumandoc and... 阅读全文