MySQL Forums
Forum List  »  Newbie

Re: Replace function, cannot get it to execute
Posted by: R K
Date: July 11, 2005 06:42AM

sorry, I figured it out.

UPDATE products
SET size = REPLACE(size, '"','')

instead of

select replace (size, '"' , '') from products

Options: ReplyQuote


Subject
Written By
Posted
Re: Replace function, cannot get it to execute
R K
July 11, 2005 06:42AM


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.