MySQL Forums
Forum List  »  Newbie

Re: How to find and replace text for all occurences in a colomn..
Posted by: Joby Tyler
Date: March 24, 2005 06:35AM

I had to do this yesterday - I'm no Guru and it took me a while to find it - it will be as follows:-

UPDATE toto SET data = REPLACE( data, 'titi', 'toto' );

Worked for me anyway!!

Options: ReplyQuote


Subject
Written By
Posted
Re: How to find and replace text for all occurences in a colomn..
March 24, 2005 06:35AM


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.