asp+access+vb中统计符合条件的记录数语句如何编写?
自上一页面带入一日期值(startdate),在本页面中要统计product表中acceptdate的年月在为上述日期年月,且ID相同的记录个数。product表如下:i...
自上一页面带入一日期值(startdate),
在本页面中要统计product表中acceptdate的年月在为上述日期年月,且ID相同的记录个数。
product表如下:
id acceptdate
1 2010-3-10
1 2010-3-11
2 2010-2-11
1 2010-3-14
我写的SQL语句如下,只是老出错:
select id,count(*) as acceptno where year(acceptdate)= "&year(startdate)&" and month(acceptdate)= "&month(startdate)&" from product group by id order by id 展开
在本页面中要统计product表中acceptdate的年月在为上述日期年月,且ID相同的记录个数。
product表如下:
id acceptdate
1 2010-3-10
1 2010-3-11
2 2010-2-11
1 2010-3-14
我写的SQL语句如下,只是老出错:
select id,count(*) as acceptno where year(acceptdate)= "&year(startdate)&" and month(acceptdate)= "&month(startdate)&" from product group by id order by id 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询