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: Renaming a Column

RE: Renaming a Column

From: ??? <ljsf19_at_dreamx.net>
Date: Wed, 14 Feb 2001 01:12:13 -0800
Message-ID: <F001.002B3799.20010213232654@fatcity.com>

from Oracle 8i
you can drop columns with -- alter table table_name drop column column_name; and then your can add columns with the name to which you want to rename alter table table_name add(column_name type);

-----Original Message-----
From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of bipin sahani Sent: Wednesday, February 14, 2001 3:05 PM To: Multiple recipients of list ORACLE-L Subject: Re: Renaming a Column

In Oracle
It's not possible to rename a column.You can instead use alias for that column name in your queries. Or you have to create a new table from existing one Drop existing table.And recreate a table by selecting from new table.

Regards
Bipin
--- Heikki Jantunen <hjantunen_at_hotmail.com> wrote: > Hi all,
>
> I need to rename some columns on my table. Any idea
> how to do that...
>
> Thanks in advance,
>
> Hessu
>



> Get Your Private, Free E-mail from MSN Hotmail at
> http://www.hotmail.com.
>
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> --
> Author: Heikki Jantunen
> INET: hjantunen_at_hotmail.com
>
> 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).


Do You Yahoo!?
Get your free @yahoo.co.in address at http://mail.yahoo.co.in --
Please see the official ORACLE-L FAQ: http://www.orafaq.com --
Author: =?iso-8859-1?q?bipin=20sahani?=   INET: bipinsahani_at_yahoo.co.in
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).zǞ&die;}ND
+irhDNX_]wB܍z(Dz9Nuw9&'&+&bpz޵z?1&die;x lND0Dʋ_~&&die;x%lzwZCYƠz Fj"'(z-xE + ;)zYb
.+-jwb^,j86"nu楊w{ZxCRP Received on Wed Feb 14 2001 - 03:12:13 CST

Original text of this message

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