Web Development
Web Developer From India
(Move to ...)
Home
▼
May 27, 2015
MySQL find string and replace using query
Yes, its possible to find string from database and direct replace new string using SQL query.
See the following example.
"update your_table_name set fieldname = replace(fieldname, ‘string to find’, ‘new string which you want replace’)"
Enjoy!
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment