ASP分类汇总问题
表biao内容如下:货号产品名称数量单价总金额[这些是字段名称]0111A11110111A23290112A12120112A21220112A3133输出结果如下:货...
表biao内容如下:
货号 产品名称 数量 单价 总金额 [这些是字段名称]
0111 A1 1 1 1
0111 A2 3 2 9
0112 A1 2 1 2
0112 A2 1 2 2
0112 A3 1 3 3
输出结果如下:
货号 A1 A2 A3
0111 1 3 0
0112 2 1 3
请问ASP代码应该怎么写?我是初学者,请详细一点,谢谢!
我的数据库是ACCESS,网页是用ASP编写的! 展开
货号 产品名称 数量 单价 总金额 [这些是字段名称]
0111 A1 1 1 1
0111 A2 3 2 9
0112 A1 2 1 2
0112 A2 1 2 2
0112 A3 1 3 3
输出结果如下:
货号 A1 A2 A3
0111 1 3 0
0112 2 1 3
请问ASP代码应该怎么写?我是初学者,请详细一点,谢谢!
我的数据库是ACCESS,网页是用ASP编写的! 展开
2个回答
展开全部
你要的是sql代码吗?
sql = "SELECT DISTINCT 货号 FROM biao"
rs.open sql ,conn,1,3
if not rs.eof then
do until rs.eof
response.write rs("货号握扒")
sql="select count("产品名称") as a from biao where 产品名称= 'a1' and 货号='"&rs("货号")&"'"
rs.open sql ,conn,1,3
response.write rs("a")
sql="select count("产品名称") as a from biao where 产品名称= 'b1' and 货号='"&rs("货号")&"'稿销"
rs.open sql ,conn,1,3
response.write rs("b")
sql="select count("产品名称") as a from biao where 产品名称= 'c1' and 货号='"&rs("货号")&"'"
rs.open sql ,conn,1,3
response.write rs("c")
rs.movenext
loop
end if
大概就是这么个意思
你自己把表格套进去
或键皮游者把统计abc写成函数
sql = "SELECT DISTINCT 货号 FROM biao"
rs.open sql ,conn,1,3
if not rs.eof then
do until rs.eof
response.write rs("货号握扒")
sql="select count("产品名称") as a from biao where 产品名称= 'a1' and 货号='"&rs("货号")&"'"
rs.open sql ,conn,1,3
response.write rs("a")
sql="select count("产品名称") as a from biao where 产品名称= 'b1' and 货号='"&rs("货号")&"'稿销"
rs.open sql ,conn,1,3
response.write rs("b")
sql="select count("产品名称") as a from biao where 产品名称= 'c1' and 货号='"&rs("货号")&"'"
rs.open sql ,conn,1,3
response.write rs("c")
rs.movenext
loop
end if
大概就是这么个意思
你自己把表格套进去
或键皮游者把统计abc写成函数
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2009-09-05
展开全部
一个SQL 肯定是搞不定的 ,颤滑。
用数组吧,
取出唯一货号,名称,在判断茄亩腊货耐银号名称都能对上的那个属性。
用数组吧,
取出唯一货号,名称,在判断茄亩腊货耐银号名称都能对上的那个属性。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询