MySQL Forums
Forum List  »  General

Re: SELECT/LIKE works but UPDATE/REPLACE doesn't
Posted by: Peter Brawley
Date: October 24, 2016 08:10PM

select replace( "abcde", "abc%", "xyz%" ) ==> abcde

AFAIK replace() does not understand wildcards.

Options: ReplyQuote


Subject
Written By
Posted
Re: SELECT/LIKE works but UPDATE/REPLACE doesn't
October 24, 2016 08:10PM


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.