Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: The Oracle Inconsistencies List -- please add to it!
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
![]() |
![]() |