Hello,
That will only order by result:
3, 'TRA19-1000', '2010-01-15 12:16:24'
3, 'TRA19-1010', '2010-01-15 12:22:08'
4, 'TRA-03-1050', '2010-01-17 13:21:57'
What I need is to retrieve the last modified value of these rows:
4, 'TRA-03-1050', '2010-01-17 13:21:57'
4, 'TRA-03-1050', '2010-01-17 13:24:08'
4, 'TRA-03-1050', '2010-01-17 13:24:15'
4, 'TRA-03-1050', '2010-01-17 13:25:04'
4, 'TRA-03-1050', '2010-01-17 13:25:20'
4, 'TRA-03-1050', '2010-01-17 13:43:39'
Any ideas?
Thanks