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

Home -> Community -> Usenet -> c.d.o.server -> Re: The Oracle Inconsistencies List -- please add to it!

Re: The Oracle Inconsistencies List -- please add to it!

From: Phil Herring <revdoc_at_uow.edu.au>
Date: Thu, 13 Aug 1998 12:05:59 +1100
Message-ID: <revdoc-1308981205590001@bastardo.its.uow.edu.au>


In article <35d5b7de.13388481_at_news.dvol.com>, chuckh_at_dvol.com (Chuck Hamilton) wrote:

> Actually, pctincrease is a reserved word so it couldn't be used as a
> column name.

Ahem!

SQL> create table foo ("PCTINCREASE" number);

Table created.

SQL> desc foo

 Name                               Null?    Type
 ------------------------------- -------- ----
 PCTINCREASE                              NUMBER

SQL> Received on Wed Aug 12 1998 - 20:05:59 CDT

Original text of this message

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