SQL String Replace Helper

What?

Generate SQL command to replace a string in your database like this:

UPDATE [Table]
SET [Column] = REPLACE([Column], '[What to replace]', '[Replace with]')
WHERE [Column] LIKE '%[What to replace]%'

How?

Please fill out the fields and then click the submit button.

Here!

PS: Credits to Zeno Rocha for his marvelous clipboard.js