2个回答
2012-12-07
展开全部
count for 年龄<18 to n1
count for 年龄>=18 and 年龄<25 to n2
count for 年龄>=25 and 年龄<30 to n3
count for 年龄>=30 and 年龄<35 to n4
count for 年龄>=35 and 年龄<40 to n5
* ...
?n1,n2,n3,n4,n5
count for 年龄>=18 and 年龄<25 to n2
count for 年龄>=25 and 年龄<30 to n3
count for 年龄>=30 and 年龄<35 to n4
count for 年龄>=35 and 年龄<40 to n5
* ...
?n1,n2,n3,n4,n5
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
select field1,count(fielld1) as cnt from table1 group by field1
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询