Expand|Select|Wrap|Line Numbers
- timestamp method id comment
- 2009-01-10 getThud 16 "....."
- 2009-01-10 getFoo 12 "....."
- 2009-01-10 getBar 12 "....."
- 2009-01-11 getFoo 12 "....."
- 2009-01-11 getBar 12 "....."
Expand|Select|Wrap|Line Numbers
- timestamp method id comment
- 2009-01-10 getThud 16 "....."
- 2009-01-11 getFoo 12 "....."
- 2009-01-11 getBar 12 "....."
Expand|Select|Wrap|Line Numbers
- select max(timestamp),method,id from tables where 1 group by method,id order by timestamp desc