All,
I have a question. I have an application using SQL 2000 that stores tournaments, results, teams, etc. for a fishing league. It's comparable to a softball or golf league except with fishing tournaments instead.
Anyway, we are coming to the end of the year and I need to start summarizing the results for plaques, prizes, etc. and I need to use the "best x out of y" summary. The results need to be summarized by dropping the lowest scoring event.
I was curious if there was a query or combination of queries that could perform this for me so I don't have to make multiple runs through the data.
The results table is organized as follows:
resultNo, teamNo, tournamentNo, tournDate, result, etc.
Any help would be greatly appreciated.
TIA,
Doug
I have a question. I have an application using SQL 2000 that stores tournaments, results, teams, etc. for a fishing league. It's comparable to a softball or golf league except with fishing tournaments instead.
Anyway, we are coming to the end of the year and I need to start summarizing the results for plaques, prizes, etc. and I need to use the "best x out of y" summary. The results need to be summarized by dropping the lowest scoring event.
I was curious if there was a query or combination of queries that could perform this for me so I don't have to make multiple runs through the data.
The results table is organized as follows:
resultNo, teamNo, tournamentNo, tournDate, result, etc.
Any help would be greatly appreciated.
TIA,
Doug