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: [Q] Does ORACLE 8i support rename a column?

RE: [Q] Does ORACLE 8i support rename a column?

From: Shaw, Glen <Glen.Shaw_at_BellSouth.com>
Date: Mon, 16 Oct 2000 15:03:02 -0400
Message-Id: <10651.119370@fatcity.com>


You can't rename a column in 8i. However, you can add a new column with the correct name, move all of the data into the new column and drop the old column. (Alter table yadda drop column foobily cascade constraints)

Glen

-----Original Message-----
From: L [mailto:leed_at_chele.cais.net]
Sent: Monday, October 16, 2000 3:31 PM
To: Multiple recipients of list ORACLE-L Subject: [Q] Does ORACLE 8i support rename a column?

Does ORACLE 8i support rename a column?

If Yes, how to do it.

Thanks.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: L
  INET: leed_at_chele.cais.net

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 Mon Oct 16 2000 - 14:03:02 CDT

Original text of this message

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