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 drop a column?

Re: how to drop a column?

From: Michael Oswald <michael.oswald_at_siemens.at>
Date: Wed, 30 Aug 2000 13:30:00 +0200
Message-ID: <8oir7t$auj$1@scesie13.sie.siemens.at>

mike <skyxx_at_263.net> schrieb in im Newsbeitrag: 8oht9l$24ud$1_at_news.cz.js.cn...
> hi all:
> i am beginer of oracle.i created a table ,now i must drop a column of
> it,how can i do?
>
>

ALTER TABLE table_name DROP (columnname) [CASCADE CONSTRAINTS];

The cascade constraints is only necessay if the column has some referential integrities.

Mike Received on Wed Aug 30 2000 - 06:30:00 CDT

Original text of this message

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