Find and replace a string


/ Published in: MySQL
Save to your folder(s)

remove the square brackets


Copy this code and paste it in your HTML
  1. update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');

URL: http://www.mediacollege.com/computer/database/mysql/find-replace.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.