sql server 2005 查找并统计前5名数量最多的类型
sqlserver2005查找并统计前5名数量最多的类型(如下格式)查找并统计6-10的类型数量。字段id字段aTypeid类型1.类型2.类型3.类型4.类型5.类型6...
sql server 2005 查找并统计前5名数量最多的类型(如下格式)
查找并统计6 - 10 的 类型数量。
字段id 字段aType
id 类型1
. 类型2
. 类型3
. 类型4
. 类型5
. 类型6
. 类型8
. 类型9
. 类型10
SELECT top 5 aType count(aType) as numbers FROM Articles where aType=6 and aType=7 and aType=8 and aType=9 and aType=10 group by numbers DESC
这样写法错误,我知道我是怎么想的,求修改,求指导。 展开
查找并统计6 - 10 的 类型数量。
字段id 字段aType
id 类型1
. 类型2
. 类型3
. 类型4
. 类型5
. 类型6
. 类型8
. 类型9
. 类型10
SELECT top 5 aType count(aType) as numbers FROM Articles where aType=6 and aType=7 and aType=8 and aType=9 and aType=10 group by numbers DESC
这样写法错误,我知道我是怎么想的,求修改,求指导。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询