Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Renaming a column
On Sat, 22 Aug 1998 22:36:28 -0500, Lak Nadella
<lak_at_more.net> wrote:
>Could someone give me pointers as to how I can rename a column in a
>table without dropping the table and recreating it?
I wish I could, oh i wish I could, but I cannot. You have to drop the table and recreate it.
There is actually one alternative if you can stand to do it:
Now you can use the new column in all your programs, queries, etc. THe old column will hang around forever, but you can ignore it. It's a bit untidy.
regards,
Jonathan Gennick Received on Sun Aug 23 1998 - 22:38:46 CDT
![]() |
![]() |