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 column in 8i?

Re: Drop column in 8i?

From: Tony Berrington <tony.berrington_at_bt.com>
Date: Tue, 19 Feb 2002 12:10:14 +0000
Message-ID: <3C7240A6.BDA4878A@bt.com>


Yes, it's possible.

It's ALTER TABLE DROP COLUMN my_column

or ALTER TABLE DROP (my_column)

harry wrote:

> Is it possible? - if so whats the syntax?
>
> thanks
>
> harry
Received on Tue Feb 19 2002 - 06:10:14 CST

Original text of this message

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