MySQL Forums
Forum List  »  Newbie

Re: mysql remove duplicates
Posted by: Peter Brawley
Date: May 08, 2015 10:49AM

update people set description = replace( description, "my my", "my" );
update people set description = replace( description, "is is", "is" );

and so on for each text error

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql remove duplicates
May 08, 2015 10:49AM


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.