James writes "I want to know a script that will give a rank number to my results, where the same score gets the same rank.eg. This is my Table:NAME | DATATYPEstrName | stringiScore | integer
This is the result I want to be returned:RANK | NAME | SCORE1 | James Walsh | 101 | Someone | 101 | Someone | 104 | Mr Me | 94 | Mr You | 96 | Ja Ja | 77 | You | 4
Note that the rank is the same for the scores that are the same.Is there a script that can do this???