I have stored checkbox information to a mysql table via php implode and separted each checkbox with a "/" I want to now write a SQL statement that will group by each value in the column - note that a field may have 'blue/red/green' stored in it so I want it to list three groups blue, red, green in my result and not one group as blue/red/green). Thanks for the help!
Derek
Derek