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: <patilv_at_sharpsec.com>
Date: Mon, 01 Jun 1998 22:13:14 GMT
Message-ID: <6kv91p$6sd$1@nnrp1.dejanews.com>


In article <01bd8a10$a027bab0$0b00a8c0_at_ntserver>,   "Paolo Quaglia" <paolo_at_sitek.it> wrote:
>
> Hi I'm a new user of ORACLE 8 .
> I came from other DB server expaerience.
> In SQL to drop a column from a table I used
>
> ALTER TABLE name_table DROP COLUMN name_of_ column;
>
> In ORACLE SQL this expression is not recognized
> I have read the SQL manual but I have not found the solution
>
> HELP me
> Ciao
>

Dropping a column is not allowed in Oracle. You can only modify the column. The best solution is to create a copy of the table and recreating the it again from scratch and reimporting the data from the copy. If you need help get in touch with me.

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Mon Jun 01 1998 - 17:13:14 CDT

Original text of this message

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