UPDATE post SET pagetext = REPLACE(pagetext, 'Sammy\'\'s', 'Elliot')
UPDATE post SET pagetext = REPLACE(pagetext, "Sammy's", "Elliot")