I am looking to do the following using SQL 2000.
I have a Brands field and a Reason field.
Each row has one brand and one reason.
I want to find the Top 3 for each brand. I have tried a count, with a top before it, and group by, but it only delivered the top 3 across all brands.
Any clues?
Hope this makes sense.
N
I have a Brands field and a Reason field.
Each row has one brand and one reason.
I want to find the Top 3 for each brand. I have tried a count, with a top before it, and group by, but it only delivered the top 3 across all brands.
Any clues?
Hope this makes sense.
N