Backboards: 
Posts: 156

I need some SQL help if anyone cares to take a look

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:
Post a message   top
Replies are disabled on threads older than 7 days.