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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Add columns to a table with Oracle DB

Re: Add columns to a table with Oracle DB

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Wed, 2 Feb 2000 14:53:59 +0100
Message-ID: <879ctp$10v$1@news2.isdnet.net>


alter table <table name> add (<column name> <column type>);

--
Have a nice day
Michel

Dirk Poppke <poppke_at_iug.cs.uni-dortmund.de> a écrit dans le message : 879a23$avk$1_at_fbi-news.cs.uni-dortmund.de...
> Hi everybody!
>
> Is there a way to add a new column to an existing Table?
>
> Thanks,
> Dirk
>
>
Received on Wed Feb 02 2000 - 07:53:59 CST

Original text of this message

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