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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: drop column ?

RE: drop column ?

From: Ron Rogers <RROGERS_at_galottery.org>
Date: Fri, 23 Jun 2000 13:04:38 -0400
Message-Id: <10537.110293@fatcity.com>


Acolumn can be dropped if using Oracle 8. Under Oracle 7 the a table must = be created without the column desired, date inserted from the origional = table, the original table renamed(in case you err..you have the original), = the new table renamed to the name of the original table. Check your grants = and permissions.
Ron Rogers
DBA
Atl.ga

>>> abchaudhary-ho_at_beaconhouse.edu.pk 06/23/00 05:25AM >>>
Can a column be dropped from tables?

		-----Original Message-----
		From:	Thapliyal, Deepak [mailto:DThapliyal_at_ea.com]=20
		Sent:	23 June, 2000 12:44 PM
		To:	Multiple recipients of list ORACLE-L
		Subject:	RE: drop column ?

		alter table test drop column testcol;

		-----Original Message-----
	=09

--=20
Author: Abdul Aleem
  INET: abchaudhary-ho_at_beaconhouse.edu.pk=20
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Jun 23 2000 - 12:04:38 CDT

Original text of this message

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