MySQL Forums
Forum List  »  General

Re: Replace String Function
Posted by: John Mistler
Date: March 01, 2005 02:37PM

Thanks for the reply. I am not sure how UPDATE would help me in this situation. I should be more clear:

The goal is to issue a SELECT statement to return 'apple' instead of 'a', 'baseball' instead of 'b', and 'cookie' instead of 'c'; not to update entries already in the table. I am saving space on my hard drive by storing only single letters in the column, rather than full strings. But I want the query to return full strings instead of single letters. Does this make more sense?

Thanks,

John

Options: ReplyQuote


Subject
Written By
Posted
March 01, 2005 01:53PM
Re: Replace String Function
March 01, 2005 02:37PM
March 01, 2005 04:51PM


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.