View Single Post
  #4 (permalink)  
Old 11-29-08, 06:14
Frunkie Frunkie is offline
Gives Bad Advice
 
Join Date: Mar 2007
Location: 010101010110100
Posts: 791
Here be some data:

Quote:
80 Re: Test1 1227941017
117 Re: Test2 1227924025
117 Re: Test2 1227921294
117 Re: Test2 1227914479
9 Re: Test3 1227900437
Notice that the first column has 3 dupes (117). The far right column is the UNIX stamp. What I need is the max() timestamp column of any duplicated row. This sample data was ran without the GROUP BY clause. If I use the GROUP BY clause the timestamp order is not correct.

So here is what I am after

Quote:
80 Re: Test1 1227941017
117 Re: Test2 1227924025
9 Re: Test3 1227900437
Reply With Quote