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: tables and columns

Re: tables and columns

From: Leif Kuschel <Leif.Kuschel_at_t-online.de>
Date: Wed, 9 Feb 2000 11:53:22 +0100
Message-ID: <87rhm7$f04l$1@fu-berlin.de>


thanks for answer,

I think the most of my problems are solved with a special oracle - sql - manual :-).
Is there any webside ?

At this moment I checked the sql - command : "ALTER TABLE TeSiPrivilege DROP COLUMN columnname;" But it doesn't work.
SQL *Plus give me the error message : "keyword missed" with a star by COLUMN.
In my SQL-manual I found the following definition of ALTER:

ALTER TABLE table {ADD {COLUMN field type [(size)] [NOT NULL] [CONSTRAINT index] |
CONSTRAINT multifieldindex} |
DROP {COLUMN field I CONSTRAINT indexname} }

Is it not true ?

thanks , Leif Received on Wed Feb 09 2000 - 04:53:22 CST

Original text of this message

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