Skip to main content

Quick Tip to find and replace text in a database:

update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');
Janes Oosthuizen

Author Janes Oosthuizen

Programmer and Tech Junky from Cape Town, South-Africa. I have been programming for more than 15 years in various languages including ( CSS, HTML, javascript, PHP, MySQL, Wordpress and many other ).

More posts by Janes Oosthuizen

Join the discussion One Comment

Leave a Reply