How to remove digits from the end of the string using SQL

Posted by user307880 on Stack Overflow See other posts from Stack Overflow or by user307880
Published on 2010-04-02T18:48:46Z Indexed on 2010/04/02 18:53 UTC
Read the original article Hit count: 118

Filed under:

Please, could you answer my question. How to remove digits from the end of the string using SQL? For example, the string '2Ga4la2009' must be converted to 2Ga4la. The problem is that we can't trim them because we don't know how many digits are in the end of the string. Best regards, Galina.

© Stack Overflow or respective owner

Related posts about mysql