M
moi
Hello All,
I have a table of two columns (Name & Number) that is sorted in ascending
order on the NAME column and descending order on the NUMBER column, example
below ;
Name Number
Fred 2
Fred 1
Dave 1
Bill 2
Steve 3
Steve 2
Steve 1
I want to run a query that will return ONLY the top record of each name,
example results below
Name Number
Fred 2
Dave 1
Bill 2
Steve 3
Is this possible ??
Any info would be very appreciated
Regards
KB
I have a table of two columns (Name & Number) that is sorted in ascending
order on the NAME column and descending order on the NUMBER column, example
below ;
Name Number
Fred 2
Fred 1
Dave 1
Bill 2
Steve 3
Steve 2
Steve 1
I want to run a query that will return ONLY the top record of each name,
example results below
Name Number
Fred 2
Dave 1
Bill 2
Steve 3
Is this possible ??
Any info would be very appreciated
Regards
KB