Oracle的number(p,s)

    number(p,s)

   p:1--->38;

    s:-84---->

      如果不指定长度.默认值是最大长度:   如:

        create table temp(

             id number;

       );

      <这个在想办法测试.............>

其中:  p是指有效位数,s是指小数位;









你可能感兴趣的:(Oracle的number(p,s))