PDA

View Full Version : search and replace


diettalk
09-02-2003, 01:30 PM
Is there a way to search and replace old smilies code in posts?

would I just use...

UPDATE post SET clmName = REPLACE(clmName, 'findText', 'replaceText');

Logician
09-02-2003, 01:37 PM
This can help:

http://www.vbulletin.org/hacks/index.php?s=&action=showhack&hackid=709