Greetings. I am needed to remove a certain "class" number from a field of classes separated by commas from MySQL. I know how to update fields but not when in a string like that. Any help on how to approach this one? Explanation below.
Field "Classes" has this value: [110,120,130,140]
-> remove "120"
Now field "Classes" has this value: [110,130,140]
Thanks. SP.