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: reserved words

Re: reserved words

From: Andy Hassall <andy_at_andyh.co.uk>
Date: Wed, 23 Jul 2003 21:49:42 +0100
Message-ID: <k4tthvgc35kr9vpedo0dnhm9ml65pb6v0i@4ax.com>


On Wed, 23 Jul 2003 15:11:59 -0500, "steve" <asd_at_abc.com> wrote:

>i'm looking for the oracle equivalent to referencing a column named USER...

alter table x rename column "USER" to more_sensible_name;

 ... springs to mind.

>in sql server you could escape it like mytable.[USER]
>
>is there a similar syntax in oracle?

http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/sql_elements9a.htm#27571

--
Andy Hassall (andy@andyh.co.uk) icq(5747695) (http://www.andyh.co.uk)
Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)
Received on Wed Jul 23 2003 - 15:49:42 CDT

Original text of this message

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