P
pokdbz
I need to find the 2 highest numbers for each person in a table.
Is there a simple way to write a query to do this?
Eg.
person score
#1 10
#1 9
#1 8
So it would pull
#1 10 and 9 for scores
Is there a simple way to write a query to do this?
Eg.
person score
#1 10
#1 9
#1 8
So it would pull
#1 10 and 9 for scores