MySQL data type 1---floating-point and fixed-point types

Source: Internet
Author: User

MySQL Use

Floating-point numbers: float and double

Fixed-point number: decimal

Represents decimals

  

From which we know that the decimal type is the same as the double type, but the byte number of the decimal is m+2, that is, the storage space of the fixed-point number is determined by the precision

Data type (M,D) where M is the total length of the data, D is the length after the decimal point, the inclusion of float (6,2) indicates that the data length is 6, the decimal point is 2 bits, so 1234.56 matches

If the insertion value is more accurate than the actual precision, the system will automatically round up, float and double rounding will not error, and decimal will have a warning. In MySQL, fixed-point numbers are stored as strings, so their accuracy is higher than floating-point numbers. Moreover, the floating-point number will appear error, this is the floating point numbers have been a flaw, if the accuracy of the data requirements, it is best to select the number of decimal fixed point

MySQL data type 1---floating-point and fixed-point types

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.