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: Ganesh Raja <ganesh_at_gtfs-gulf.com>
Date: Wed, 20 Feb 2002 13:00:03 +0400
Message-ID: <qap67uovlljj5gl7pnm486bjcpairj0hif@4ax.com>


RTM Alter Table Tablename Drop Column ColumnName;

Alter Table Tablename Set Unused Column ColumnName;

On Tue, 19 Feb 2002 10:59:26 GMT, harry <a_at_abc.com> wrote:

>Is it possible? - if so whats the syntax?
>
>thanks
>
>harry

[Additions and Corrections Always Welcome.] Best Regards,
Ganesh R Received on Wed Feb 20 2002 - 03:00:03 CST

Original text of this message

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