/ Published in: SQL
This snippet just updates your tables which infected " " code blocks. You must update all columns one by one.
Expand |
Embed | Plain Text
UPDATE tablename SET columnName=REPLACE(columnName, 'infected word','clean word' );
You need to login to post a comment.
