hi,
I have a table with following values
AUTOID | RNO | NAME |
1 | 1 | ACCOUNTS |
2 | 1 | IT |
3 | 1 | SALES |
4 | 2 | MARKETING |
5 | 2 | SALES |
6 | 2 | IT |
7 | 3 | MAINTANANCE |
8 | 3 | SUPPORT |
9 | 3 | ACCOUNTS |
i need to get the max row of each RNo.
AUTOID | RNO | NAME |
3 | 1 | SALES |
6 | 2 | IT |
9 | 3 | ACCOUNTS |
Regards,
Raghu
raghu