TimeWizardCosmo
Well-known member
Hi there,
I have an import from an old UBB forum and I have many thousands of instances of things like Re: Titor\'s Collapse Still Nowhere In Sight
Is there a query I can run that will fix thins like this? I imagine I'd want to run something like this:
Is this the correct way?
I have an import from an old UBB forum and I have many thousands of instances of things like Re: Titor\'s Collapse Still Nowhere In Sight
Is there a query I can run that will fix thins like this? I imagine I'd want to run something like this:
Code:
UPDATE xf_post SET message = REPLACE(message, '\\'','\'')
Is this the correct way?