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

Re: Deleting columns from a table

From: Madhu Cherukuri <Madhu.Cherukuri_at_usa.net>
Date: 7 Nov 1998 01:48:44 GMT
Message-ID: <3643A732.BA8CDF25@usa.net>

No, you can not drop a column
from a table once it is created
in Oracle. The only way you
get rid of that is create a new
table without the unwanted column
and drop the old table and rename your
new table to old table

Madhu Cherukuri

Prasanti Yalamanchili wrote:

> Hi all,
>
> I'm wondering whether or not I can remove a column from the
> table that was already created ? I don't want to drop the table and
> recreate it, I just want to delete an unnecessary column/field from
> the table/table definition.
>
> Thanks in advance
> Prasanti.
Received on Fri Nov 06 1998 - 19:48:44 CST

Original text of this message

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