Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle NUMBER Datatype question
Does this mean that number(38,0) is
equivalent to number(*,0)
"Richard Kuhler" <noone_at_nowhere.com> wrote in message
news:NfhG8.19195$V71.7348239_at_twister.socal.rr.com...
> Type "number(*,0)" holds integers up to 38 digits long. Type "number"
> holds floating-point numbers with 38 digits of precision.
>
> Richard
>
>
> JK wrote:
> >
> > What is the difference if any between
> >
> > Col1 number
> >
> > and
> >
> > Col2 number(*,0)
>
Received on Mon May 20 2002 - 21:10:13 CDT
![]() |
![]() |