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: Deleting a column from a table ?

Re: Deleting a column from a table ?

From: Boi Hue La <boihuel_at_montreal.radio-canada.ca>
Date: Tue, 10 Apr 2001 11:41:49 -0400
Message-ID: <3AD329BC.E88B0402@montreal.radio-canada.ca>

Hi,

With Oracle 8i, you can delete the column by typing:

     ALTER TABLE Table_name DROP COLUMN Column_name

Regards

Hans Rytter wrote:

> Hi.
> Is it possible to delete a column from a table, alternatively is it
> possible to alter the name of a column ???
>
> My db is a ver. 7.3 Oracle.
>
> /Hans.
Received on Tue Apr 10 2001 - 10:41:49 CDT

Original text of this message

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