I already read the mysql wiki but didn't get an answer how to delete specific entries from all rows in a column.
Let's say there's a column Example. In Example the .php wrote: "One, Two, Three, Four, Five, Six" And you want to delete Two and Six in all rows of the column. I don't get it how to delete those entries without having multiple commas. (Multiple commas = "One,, Three")
Thanks in Advance