Web Development Tutorials for beginners and All
Hi Friends,
Here We learn about how to replace string,character or word to given string using mysql or sql query.For doing this you can use " REPLACE() " Function.
UPDATE tablename SET fieldname = REPLACE(fieldname,'OLD TEXT','NEW TEXT')
Thanks....
No comments:
Post a Comment
Thanks....