Understanding Decimal (P, s) of Sqlite3

Source: Internet
Author: User

Numeric data type with fixed precision and decimal place.
Decimal (p[, S]) and numeric (p[, S])


Fixed precision and number of decimal digits. When using maximum precision, the range of valid values is-10^38 +1 to 10^38-1. The ISO synonyms for decimal are Dec and Dec (P, s). Numeric is functionally equivalent to decimal.

P (Precision)
The total number of decimal digits that can be stored, including the number of digits to the left of the decimal point and the right side (does not include decimal points). The precision must be a value from 1 to the maximum precision of 38. The default precision is 18.


s (number of decimal digits)
The maximum number of decimal digits that can be stored to the right of the decimal point. The number of decimal digits must be a value from 0 to P. You can specify the number of decimal digits only after you specify the precision. The default number of decimal digits is 0, so 0 <= s <= p. The maximum storage size varies based on precision.

SQL Server treats each specific combination of precision and scale as a different data type.

Understanding Decimal (P, s) of Sqlite3

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.