Mysql Programming Tips & Tricks





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Code Snippets
 List All
 Datatypes
 Other Queries
 Tables
 




update command to find and replace text - Mysql

Snippets  Mysql  Update command to find and replace text
Snippet On
Find and replace




Code
  
Rate this page :
  [ 0 votes]

Use "UPDATE" command to find and replace text in MYSQL.

Syntax:

update table_name set field = replace(filed_name,'find string','replace with');

Ex&le:

update test set description = replace(description,'#','$');




Other Links

web hosting