Re: [PHP] php/mysql group by headache
> preface: have RTM on mysql GROUP BY > > I have a mysql db with a number of entries... >table| id | name | info | version > 1 x foo1 > 2 x foob 2 > 3 x foobar 3 > > my sql is similar to > "select id,na
[PHP] php/mysql group by headache
preface: have RTM on mysql GROUP BY I have a mysql db with a number of entries... table| id | name | info | version 1 x foo1 2 x foob 2 3 x foobar 3 my sql is similar to "select id,name,info from tabl