in reply to MySQL undef
$query = ' SELECT span, MAX(ts) AS ts FROM my_table GROUP BY span';
Takes like 15 seconds to type that, and it's far more intuitive.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: MySQL undef
by Anonymous Monk on Mar 04, 2012 at 18:18 UTC |