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: H E L P!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Re: H E L P!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

From: Connor McDonald <mcdonald.connor.cs_at_bhp.com.au>
Date: Tue, 13 Apr 1999 12:52:09 +0900
Message-ID: <3712CD79.5666@bhp.com.au>


Genna wrote:
>
> I'm creating a table. Anyone know i can create the table using
> the '#' sign?
>
> table_name varchar2(25),
> #_of_people Number,
> #_of_days number,
> date_created number,
> date_modified number
> constraint table_monitor_pk Primary Key(Table_name);
>
> Genna

Stick any nasties like that inside double quotes " - note that once you do this you must also reference them in the same way and that they are case sensitive

HTH --



Connor McDonald
BHP Information Technology
Perth, Western Australia
"Never wrestle a pig - you both get dirty and the pig likes it..." Received on Mon Apr 12 1999 - 22:52:09 CDT

Original text of this message

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