Okay, So i built a big site on the old CMSMS when it used to do underscores instead of dashes for Page Alias. I much prefer the dashes and was very happy when the default was changed.
Anyway, I want to change all of the underscores to dashes in int he page alias field.
Here's the query I wanted to use in PHPmyAdmin
Code: Select all
UPDATE `cms_content` SET content_alias=replace(content_alias,’_’,'-’);
Any other ideas on changing JUSt the Underscores in the content_alias field?
Thank you in advance,
Shawn