Oracle converts a string to a number

Source: Internet
Author: User
Tags translate function
Recently, the field value of a character type in the Oracle database is converted to a number and saved to another new field. Oracle has a ToNumber function, but it must be noted that

Recently, the field value of a character type in the Oracle database is converted to a number and saved to another new field. Oracle has a ToNumber function, but it must be noted that

Recently, a field value of a character type in the Oracle database was used to convert it to a number and save it to another new field. Oracle has a ToNumber function, however, it should be noted that this function can only convert the string format to a correct number, that is, once the string is empty, contains special characters, spaces, and so on, an error will be thrown, one of the following methods is provided to successfully solve the above problems:

TO_NUMBER (decode (

It should be noted that the nvl function also uses the translate function to replace the specified special characters, because the fields in my example may contain the dollar sign (%, I also think this type of characters is the correct value. Therefore, you need to filter out these characters before performing numerical conversion on the remaining parts.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.