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: Drop coloum in Table

Re: Drop coloum in Table

From: Neil C <btsscrth_at_bt.com>
Date: Mon, 25 Oct 1999 10:17:54 +0100
Message-ID: <7v177v$f1l$1@pheidippides.axion.bt.co.uk>


Not in Oracle versions prior to 8.1.5. If using 8.1.5 and above then you can use the
alter table drop column column_name cascade constraints; command

HTH NeilC

Garsen Subramoney wrote in message <7v168t$1t02$1_at_nnrp01.ops.uunet.co.za>...
>Hi
>
>Is there a quick and easy way of dropping a column in a Table that has
>constraints against it and which has data in it.
>
>
>
>
Received on Mon Oct 25 1999 - 04:17:54 CDT

Original text of this message

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