I understand how to use the Replace function in MySQL to replace strings of text but when I try something like this I get 0 records updated. What am I missing?
UPDATE `pages_description`
SET `pages_body` = REPLACE(`pages_body`, "pages.php?pID=16&CDpath=4", "pages.php?pID=188&CDpath=0_4")
