dutchbb
06-22-2014, 09:39 AM
UPDATE thread
SET title = REPLACE(title, '++++','****')
UPDATE post
SET pagetext = REPLACE(pagetext, '++++','****')
Obviously I want to replace the f-word shown as ++++ here, in the database with asterisks, just wanted to have the query checked to be sure.
Additional question: can I do this without overloading the page for manual queries in ACP? It's an 8 million post database on an owned server with only this one forum running.
SET title = REPLACE(title, '++++','****')
UPDATE post
SET pagetext = REPLACE(pagetext, '++++','****')
Obviously I want to replace the f-word shown as ++++ here, in the database with asterisks, just wanted to have the query checked to be sure.
Additional question: can I do this without overloading the page for manual queries in ACP? It's an 8 million post database on an owned server with only this one forum running.