I have a table (tblAccts). It has 3 columns (AcctNo, Category, Balance). There are 4 possible choices (A, B,
C, D) for the category column.
I need to get the top 25 rows (based on the dollar amount in the Balance column) in each category. I don't want them grouped together. I just need my result set to show the top 25 rows sorted in descending order within each category.
Any help would be greatly appreciated.
C, D) for the category column.
I need to get the top 25 rows (based on the dollar amount in the Balance column) in each category. I don't want them grouped together. I just need my result set to show the top 25 rows sorted in descending order within each category.
Any help would be greatly appreciated.