SyntaxFix
Write A Post
Hire A Developer
Questions
Try using the REPLACE function:
mysql> SELECT REPLACE('www.mysql.com', 'w', 'Ww'); -> 'WwWwWw.mysql.com'
Note that it is case sensitive.