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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Renaming a column

Re: Renaming a column

From: <ashesh48_at_my-dejanews.com>
Date: Wed, 14 Oct 1998 18:01:03 GMT
Message-ID: <702ot0$p7f$1@nnrp1.dejanews.com>


Or may be u can try something like this....

create table A as select old_name new_name ,col1,col2,,,,, from table ;

HTH.
Ashesh

In article <7004rs$l4p$1_at_news00.btx.dtag.de>,   "Nicolas Bronke" <NBronke_at_Trinity.de> wrote:
> Until now, NO
>
> clucas_at_my-dejanews.com
> >Hello,
> >
> >Is there any way to rename a column in a table?
> >
> >I mean, without exporting / dropping table / recreating it / importing.
> >
> >Thanks for your help!
>
>

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Oct 14 1998 - 13:01:03 CDT

Original text of this message

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