The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Little help with 'sql replace'
I am trying to replace ',' (comma) with ', ' (comma and one space) in all posts.
How to run a sql query? Say table name is 'table1'. Column name is 'column1'. thanks. --------------- Added [DATE]1207973435[/DATE] at [TIME]1207973435[/TIME] --------------- OK. I found out this query on the internet. Worked good. update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]'); http://www.nikmakris.com/2005/mar/29.html thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|