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: How to Add a Column to an Existing Table?

Re: How to Add a Column to an Existing Table?

From: Knut Talman <knut.talman_at_mytoys.de>
Date: Tue, 07 May 2002 15:14:33 +0200
Message-ID: <3CD7D339.A7AEE506@mytoys.de>


> Consider a table foo, how do i add a column named fieldfoo1 to it?
>
> im not sure but i believe it has something to do with update followed by an
> alter.

Best way is to look at http://technet.oracle.com. There is a pretty good SQL syntax documentation. Look at ALTER TABLE.

Regards,

Knut Received on Tue May 07 2002 - 08:14:33 CDT

Original text of this message

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