G
Gene.Averett
I perform a query on a MySQL database and return a dataset.
the data looks like:
TaskID TaskName
201 Orca
205 Jaws
223 Orca
224 Orca
What I need from the dataset is the Orca with the larger TaskID and the
Jaws. So how do I remove the other 2 Orca with lower TaskID's?
the data looks like:
TaskID TaskName
201 Orca
205 Jaws
223 Orca
224 Orca
What I need from the dataset is the Orca with the larger TaskID and the
Jaws. So how do I remove the other 2 Orca with lower TaskID's?