Hi folks,
What is the Xenforo equivalent of the following vBulletin database search and replace SQL query?
I used to use this query a lot to replace out of date or malformed links.
Thanks for your help.
What is the Xenforo equivalent of the following vBulletin database search and replace SQL query?
Code:
UPDATE post SET pagetext = replace(pagetext, 'OLDTEXT', 'NEWTEXT');
I used to use this query a lot to replace out of date or malformed links.
Thanks for your help.