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

Home -> Community -> Usenet -> c.d.o.server -> Re: Probleme to add a column

Re: Probleme to add a column

From: XU <xux_at_informa.bio.caltech.edu>
Date: 7 Apr 1999 20:32:30 GMT
Message-ID: <7egfcu$qqe@gap.cco.caltech.edu>


Sophie, try:

alter table X add toto varchar2(10);

Robert XU

Sophie (s.bruyant_at_abs-technologies.com) wrote:
: Hi all,

: I had to add a column in an Oracla table and when I try to do it, I have an
: error message : incorrect column name.

: My script is :
: atlter table X
: add column (toto varchar2);

: If someone has an idea. Thanks a lot.

: Sophie.
Received on Wed Apr 07 1999 - 15:32:30 CDT

Original text of this message

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