Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: FLOAT & NUMBER
The following two declarations are identical:
x number x float
Declaring a column as NUMBER, but without a precision and scale results in a floating-point value. FLOAT is just another keyword that Oracle threw in to provide compatibility with other SQL dialects.
Jonathan
On Fri, 2 Jun 2000 21:47:02 +0200, "CHC" <qi.xiang.chi_at_icu.nl> wrote:
>FLOAT isn't internal Oracle type, NUMBER is.
>Is it true that NUMBER is more efficient than FLOAT ?
Received on Sat Jun 03 2000 - 00:00:00 CDT
![]() |
![]() |