Ramses
Member
Hi, I need help with a sql query.
In field7 are random entries like
It must be something like
UPDATE customfields_entries SET field7 = '' where field7 = 'yellow flowers,'
But I'm not sure if this really works, any help woudl be great, thank you.
In field7 are random entries like
orblue dog, yellow flowers, green, black
Now I just want to remove the entry "yellow flowers" from all fields.blue cat, yellow flowers, green, orange, flowers
It must be something like
UPDATE customfields_entries SET field7 = '' where field7 = 'yellow flowers,'
But I'm not sure if this really works, any help woudl be great, thank you.