M
Miro
Hello!
I have a table with a lots of results and I need to get these columns in my
query:
Athlete, Competition, Year, Distance, Time
Time is a DateTime field.
How can I get the ten fastest athletes (with all the other information) for
a given distance in a single query?
If I use SELECT DISTINCT TOP 10 ... I get the ten fastest times but some
athletes occur more than once so I would like to have DISTINCT on the
athletes only.
I have a table with a lots of results and I need to get these columns in my
query:
Athlete, Competition, Year, Distance, Time
Time is a DateTime field.
How can I get the ten fastest athletes (with all the other information) for
a given distance in a single query?
If I use SELECT DISTINCT TOP 10 ... I get the ten fastest times but some
athletes occur more than once so I would like to have DISTINCT on the
athletes only.