Skip to content

HeikoMamerow/SQL-String-Replace-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate SQL command to replace a string in your database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages