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
|