MySQL Forums
Forum List  »  Newbie

Re: Replace in MySQL
Posted by: David Fells
Date: May 17, 2005 10:46AM

UPDATE Widgets SET Description = REPLACE(Description, 'oldvalue', 'newvalue');

Options: ReplyQuote


Subject
Written By
Posted
May 17, 2005 09:11AM
Re: Replace in MySQL
May 17, 2005 10:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.