Viewing 2 posts - 1 through 3 (of 3 total)
That's the one!
Thanks very much for your (all) assistance.
Ronald
February 9, 2008 at 1:14 am
#776679
Thanks for your response...
I have now altered the code to:
Select users.userID, Username, avg(average1dart), count(*) as Total, RANK() over (order by count(*) DESC, AVG(average1dart) DESC) as Rank
from stats INNER JOIN Users...
February 8, 2008 at 9:25 am
#776487