I need some SQL help if anyone cares to take a look
Posted by
JaxSean (aka JaxSean)
Jun 26 '09, 11:26
|
I have a weird table that has lots of similar data, like:
num | amount | type | date | name | ID
1 | $100 | D | 2009-06-01 | smith | 555
5 | $500 | D | 2009-06-05 | jones | 321
6 | $100 | D | 2009-06-06 | smith | 555
how do I query to only bring up the 'most recent' of each ID? I want to bring up all ID's, but only the most recent of each?
I think I'm overthinking this.
|
Responses:
|