hello,
i got a query where i am counting the number of something and group the counts for each topic. now using TOP I'm just getting five rows at all and not five rows for each topic. I am also using ORDER BY DESC to get the highest values. how can i combine TOP and GROUP BY to get for each topic just five rows?
thanks for help,
gap