The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
SQL Replace Query
Say I want to replace a single word in every post on the board - the word is within the content of the posts. Can anyone help me with the query to do this?
--------------- Added [DATE]1287150596[/DATE] at [TIME]1287150596[/TIME] --------------- This? Code:
UPDATE post SET pagetext = replace(pagetext, 'tofind', 'toreplacewith'); |
#2
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|