Hi,
I have several data as below
ID Name Score
-
John 50 -
John 100 -
John 80 -
Birgit 100 -
Birgit 90 - Tony 90
- Tony 100
I want to make resulting only the latest record, such as
No Name Score
3. John 80
2. Birgit 90
2. Tony 100
Please Help...
thanks