请教一个ASP+SQL的问题,如何将1和2两个查询语句合并?还有数据集结果的相减?

1、selectinSupplier,sum(inTotalmoney)asbfrominvoiceInfowheremonth(inDuedate)='"&monthn... 1、select inSupplier,sum(inTotalmoney) as b from invoiceInfo where month(inDuedate)='"&monthnow&"'
2、select inSupplier,sum(inPaymoney) as c from invoiceInfo where month(inPaydate)='"monthnow"'
然后后面数据集显示出来
<%=rs("inSupplier")%> <%= rs("b")%> <%= rs("c")%> <%=rs("b")-rs("c")%>不知道这个相减会不会有问题?
展开
 我来答
jiangxibaiyi
2012-12-17 · 跟随风去旅行-伤心的歌
jiangxibaiyi
采纳数:3973 获赞数:14412

向TA提问 私信TA
展开全部
select inSupplier,sum(inTotalmoney) as b, sum(inPaymoney) as c from invoiceInfo where month(inDuedate)='"&monthnow&"'

这样不就得了?
更多追问追答
追问
inTotalmoney对应的日期是inDuedate
inPaymoney对应的日期是inPaydate
按照你说的,两个金额都按照inDuedate取值了。
追答
哦 这我到没注意
那就这样
select inSupplier,sum(inTotalmoney) as b, sum(inPaymoney) as c from invoiceInfo where month(inDuedate)='"&monthnow&"' or month(inPaydate)='"monthnow"'
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式