ASP中如何进行〔数据分类〕统计

2025-06-25 09:40:09
推荐回答(2个)
回答1:

select count(pdname) from product where class=1 group by pdname

http://club.heima.com/forum_display.aspx?forumid=100484&categoryid=116
http://club.heima.com/forum_display.aspx?forumid=100484&categoryid=116

回答2:

select count(pdname) from product where class=1 group by pdname