Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: drop column ?
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
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