/ Published in: PHP
Expand |
Embed | Plain Text
"update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');"
You need to login to post a comment.
"update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');"
You need to login to post a comment.