MySQL Forums
Forum List  »  General

Re: Convert string into a number
Posted by: Rick James
Date: October 17, 2010 11:18PM

Yeah, what are you after?
mysql> SELECT '0012'+0, ASCII('Brier'), HEX('jkl'), PASSWORD('Brier') \G
*************************** 1. row ***************************
         '0012'+0: 12
   ASCII('Brier'): 66
       HEX('jkl'): 6A6B6C
PASSWORD('Brier'): *E12131EFD67310F25B58114CC0FD307E75656D9A

Options: ReplyQuote


Subject
Written By
Posted
October 17, 2010 03:36PM
Re: Convert string into a number
October 17, 2010 11:18PM
October 18, 2010 07:16PM


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.