Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 387 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 387 Bytes

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]%'

Why?

Because i allways stuck with it... ;-)

Where?

https://heikomamerow.github.io/SQL-String-Replace-Helper/

Next?

More Bling