/ Published in: SQL
This snippet just updates your tables which infected " " code blocks.
You must update all columns one by one.
You must update all columns one by one.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UPDATE tablename SET columnName=REPLACE(columnName, 'infected word','clean word' );