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: Q: invalid table name "orders" ?

Re: Q: invalid table name "orders" ?

From: <dgallardo_at_my-deja.com>
Date: Wed, 13 Oct 1999 17:46:05 GMT
Message-ID: <7u2ggq$1tq$1@nnrp1.deja.com>

  1. invalid table name "order".

Reserved words, such as "order", "select", "insert", etc. are not valid table names.

In article <7u2dm5$vjl$1_at_nnrp1.deja.com>,   tedchyn_at_yahoo.com wrote:
> Sir: has any body seen this ? order is invalid table name and orders
is
> valid table name. I tried this in nt and solaris and got the same
error
> message.
>
> thanks in advance, ted chyn(tedchyn_at_yahoo.com)
>
> SQL> create table order(c1 varchar2(3));
> create table order(c1 varchar2(3))
> *
> ERROR at line 1:
> ORA-00903: invalid table name
>
> SQL> c/der/ders/
> 1* create table orders(c1 varchar2(3))
> SQL> /
>
> Table created.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Oct 13 1999 - 12:46:05 CDT

Original text of this message

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