/ Published in: SQL
URL: http://www.mydigitallife.info/2007/04/23/how-to-find-and-replace-text-in-mysql-database-using-sql/
Expand |
Embed | Plain Text
SELECT REPLACE(�www.mysql.com�, �w�, �Ww�);
You need to login to post a comment.
