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 of a table?

Re: How to drop a column of a table?

From: William Dangren <wdangren_at_navisent.com>
Date: 4 Mar 1999 17:19:33 GMT
Message-ID: <36DEC081.A2E64810@navisent.com>


You can:

create table as select (columns you want) from old_table

Bill

Tony Xu wrote:

> Is there a way to alter a table and drop one column of the table? Thanks,

--
William Dangren
Navis Enterprises
407.348.6401
800.219.0207 Received on Thu Mar 04 1999 - 11:19:33 CST

Original text of this message

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