I've got a table Foo with columns A, B, and C. What I need to get out of this is each distinct value of A, and the value of C in with the row that has the greatest B for that A. I've got a table Foo with columns A, B, and C.
I've got a table Foo with columns A, B, and C. What I need to get out of this is each distinct value of A, and the value of C in with the row that has the greatest B for that A. I've got a table Foo with columns A, B, and C.