Say I have a table:
name game score
Steve Chess 50
Steve Soccer 48
Steve Football 45
Evan Chess 46
Evan Soccer 47
Evan Football 49
I want to return each column for the two highest scores for each person. Can anyone tell me how to do this?
name game score
Steve Chess 50
Steve Soccer 48
Steve Football 45
Evan Chess 46
Evan Soccer 47
Evan Football 49
I want to return each column for the two highest scores for each person. Can anyone tell me how to do this?
Comment