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: RENAME COLUMN

Re: RENAME COLUMN

From: Donald M. Sheara, Jr. <dsheara_at_earthlink.net>
Date: Mon, 22 Feb 1999 19:05:58 -0600
Message-ID: <7asut1$d58$1@birch.prod.itd.earthlink.net>


You cannot rename a column in a table; you'll need to create a new table. However...

You could also create a view based on the original table, and then use a column alias in the view to rename the column.

RL wrote in message ...
>Hi everybody!
>
>What's the easy way for rename a column in a table ?
>
>
>Thank's
>
>
Received on Mon Feb 22 1999 - 19:05:58 CST

Original text of this message

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