最近有客户问关于NUMBER(p,s) 其中 精度P如何理解。
下面是官方在线文档的解释:
p is
the precision,
or the maximum number of significant decimal digits, where the most
significant digit is the left-most nonzero digit, and the least
significant digit is the right-most known digit. Oracle guarantees
the portability of numbers with precision of up to 20 base-100
digits, which is equivalent to 39 or 40 decimal digits depending on
the position of the decimal point.
1.怎么理解 20 base-100 digits ?
oracle...