I have a table contains 3 fields like (id, value1, value2). In that table I have some duplicate records with combination of fields (id & value1) and the field value3 contains numeric values, these may differ or same. I have requirement like to find the largest value record from the duplicate records of combination of fields (id & value1).
Can any one please suggest the approach that how to find the largest value record.
Thanks,
Seshu