For example, the table has columns MYINDEX and NAME.
MYINDEX | NAME=================1 | BOB2 | BOB3 | CHARLES
Ho do I find row with highest MYINDEX for specific NAME? E.g. I want to find ROW-2 for name "BOB".
For example, the table has columns MYINDEX and NAME.
MYINDEX | NAME=================1 | BOB2 | BOB3 | CHARLES
Ho do I find row with highest MYINDEX for specific NAME? E.g. I want to find ROW-2 for name "BOB".