How do you query to a comma separated value? In a table I have a column named colors it contains color-codes like this 1,5,8.
How do i check whether, for example value 5, is within the comma separated column colors?
Is this even possible to do with MySQL?
ps: it is possible that there is a single value within the column 'colors'