Re: Simple Table Question

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Tue, 30 Jan 2001 17:12:25 +0100
Message-ID: <956p59$644$1_at_s1.read.news.oleane.net>


"Mike Cameron" <mikec_at_csckingston.com> a écrit dans le message news: G7zF4E.AMx_at_alfalfa.utcs.utoronto.ca...
> I know you can add a column to a table with the Alter command, is there
> anyway to delete a column?
>
>

In Oracle8i, you have

alter table <table> set unused column...
alter table <table> drop column...
alter table <table> drop unused columns...

In Oracle7, this is not available.
I don't remember for Oracle8 (8.0.x).

--
Have a nice day
Michel
Received on Tue Jan 30 2001 - 17:12:25 CET

Original text of this message