Re: [PHP] php/mysql group by headache

2003-04-04 Thread CPT John W. Holmes
> 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

2003-04-04 Thread Michael Geier
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