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: Removing columns from a table

Re: Removing columns from a table

From: Andy Cowling <arc_at_lapwing.uk.sequent.com>
Date: 18 Jun 1999 08:35:02 +0100
Message-ID: <85emjam061.fsf@lapwing.uk.sequent.com>


>>>>> "John" == John Harris <john.harris_at_nurs.utah.edu> writes:

    John> Is it possible to remove tables from an oracle table? If so,     John> how is it done? Thank you.

Support for

        ALTER TABLE DROP COLUMN
was introduced in Oracle 8i (8.1.5)

You can browse the full, on-line docs for Oracle (7.3.4, 8.0.5 and 8i) at Oracle Technology Network (free registration)

        http://technet.oracle.com/doc/products.htm

HTH
--
Andy Cowling
Sequent Computer Systems, Weybridge, UK Received on Fri Jun 18 1999 - 02:35:02 CDT

Original text of this message

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