Remind your code! Answer your questions!
SELECT ID, groupName, hitValue, Rank() OVER (PARTITION BY groupName ORDER BY hitValueDESC) AS Rank FROM myHits
Note: Only a member of this blog may post a comment.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.