Oracle to_number (string to number)

Source: Internet
Author: User

 

This cannot be avoided during sorting in queries. Generally, we add sorting fields when writing SQL statements.

If the sorting field is a string, it is a little troublesome.

For example, a numeric field should have been designed to be integer type, but to be varcher type.

There is a problem with sorting. If it is a number, he will first take the highest bid and then take another 2nd bits.

For example, the descending order of 8 to 12 is 8 to 12 instead of the expected 12 to 8.

If there is an empty string, the empty string is the first one.

Therefore, it is normal to convert the string into numbers in order.

To_number ()

 

Select * From cx_faq_main t where T. Counter is not null order by to_number (T. Counter) DESC

 

 

 

 

 

 

 

 

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.