Search and replace in a MySQL table
Here is a little “trick” I learned last week. If you have a MySQL table in which you need to change strings into other strings upi can use the REPLACE function.
You might need this when you have a BLOG or CMS where you have hardcoded url’s in your posts that all need to change. In […]