I tried this but it doesn't seem to work.
UPDATE `livesite` SET `guid` = REPLACE(`guid`,',','-');
I then thought it was a simple case of exscaping the comma and tried this, which didnt' work either.
UPDATE `livesite` SET `guid` = REPLACE(`guid`,'\,','-');
How can I replace commas with hyphens or dashmarks in my column?








Bookmarks