ID- DATE- NAME 10100- 2010/04/17- Name1 10100- 2010/04/14- Name2 10200- 2010/04/17- Name3 10200- 2010/04/16- Name4 10200- 2010/04/15- Name5 10400- 2010/04/01- Name6
I have this fields(and others too) in one table. I need to do a query which return the ID with your respective name where more recently date for example the results for desired query in that data example will be.
10100- 2010/04/17- Name1 10200- 2010/04/17- Name3 10400- 2010/04/01- Name6
Ommiting ID with older dates.
Then I need one query for that. thanks.