搜索
编程论坛
→
WEB开发
→
『 ASP技术论坛 』
→ 帮忙写个排名函数,要求每组排名
标题:
帮忙写个排名函数,要求每组排名
只看楼主
lzxm160
等 级:
新手上路
帖 子:103
专家分:0
注 册:2006-12-26
楼主
问题点数:0 回复次数:1
帮忙写个排名函数,要求每组排名
sql语句高手帮忙写个排名的函数
function getp(id)
sql="Select count(id) from Candidate where ps>"&ps
Set ts=cnn.execute(sql)
getp=ts(0)+1
end function
参数为选手的id 通过数他前面的id数来排名,但是上面还不对,我想要每组的排名,根据t_group分组 查出id所在组的名次,ps是得票数
搜索更多相关主题的帖子:
函数
排名
2008-10-03 15:49
yms123
等 级:
版主
威 望:
209
帖 子:12488
专家分:19042
注 册:2004-7-17
第
2
楼
得分:0
function getp(id)
sql="Select count(id) from Candidate where ps>"&ps&" group by t_group"
Set ts=cnn.execute(sql)
getp=ts(0)+1
end function
使用group by 分组呢?
2008-10-03 17:07
2
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-236230-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.013411 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved