Xref: alice comp.databases.oracle.misc:52337
Path: alice!news-feed.fnsi.net!news-FFM2.ecrc.net!newsfeed.nacamar.de!isdnet!isdnethub!not-for-mail
From: "Michel Cadot" <micadot@netcourrier.com>
Newsgroups: comp.databases.oracle.misc
Subject: Re: Add columns to a table with Oracle DB
Date: Wed, 2 Feb 2000 14:53:59 +0100
Lines: 19
Message-ID: <879ctp$10v$1@news2.isdnet.net>
References: <879a23$avk$1@fbi-news.cs.uni-dortmund.de>
Reply-To: "Michel Cadot" <micadot@netcourrier.com>
X-Trace: news2.isdnet.net 949499641 1055 195.132.3.203 (2 Feb 2000 13:54:01 GMT)
X-Complaints-To: abuse@isdnet.net
NNTP-Posting-Date: 2 Feb 2000 13:54:01 GMT
X-Newsreader: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300

alter table <table name> add (<column name> <column type>);

--
Have a nice day
Michel


Dirk Poppke <poppke@iug.cs.uni-dortmund.de> a écrit dans le message :
879a23$avk$1@fbi-news.cs.uni-dortmund.de...
> Hi everybody!
>
> Is there a way to add a new column to an existing Table?
>
> Thanks,
> Dirk
>
>


