Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How can I drop a column of a Table ?

Re: How can I drop a column of a Table ?

From: Zoltan Holdampf <hzoli_at_freemail.c3.hu>
Date: Sat, 26 Dec 1998 21:56:31 +0100
Message-ID: <36854D7F.32F546DA@freemail.c3.hu>

michael.kurz wrote:

> How can I drop a column of a Table

There is no way to do it :-(
You can create a new table with command 'Create table ... select <col1>,<col2>,...,<coln> from <original_table>'.

                                                        Zoli
Ps: Sorry, I don't speak English very well :-( Received on Sat Dec 26 1998 - 14:56:31 CST

Original text of this message

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