UPDATE your_table
SET your_field = REPLACE(your_field, ‘articles/updates/’, ‘articles/news/’)
WHERE your_field LIKE ‘%articles/updates/%’
SET your_field = REPLACE(your_field, ‘articles/updates/’, ‘articles/news/’)
WHERE your_field LIKE ‘%articles/updates/%’
(Visited 140 times, 1 visits today)