Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to declare Number(20) ?

Re: How to declare Number(20) ?

From: Mark D Powell <mark.powellNOmaSPAM_at_eds.com.invalid>
Date: 2000/05/31
Message-ID: <01d23290.57378262@usw-ex0102-014.remarq.com>#1/1

Krusty, what do you mean the number won't go that high?

UAT1> create table marktest ( fld1 number(20) );

Table created.

UAT1> desc marktest

 Name                            Null?    Type
 ------------------------------- -------- ----
 FLD1                                     NUMBER(20)



In article <8h3gtk$g2n$1_at_nnrp1.deja.com>, Krusty <danparker276_at_my-deja.com> wrote:
>number (20) won't go that high. How do I declare a number
 column in a
>database that's 20 digits? Sorry if this is a stupid question,
 I'm
>sorta new to this and couldn't find it in a book.
>
>Thanks
>

Received on Wed May 31 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US