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: Turning off the quotes (newby question)

Re: Turning off the quotes (newby question)

From: spencer <spencerp_at_swbell.net>
Date: 2000/03/12
Message-ID: <r7Zy4.2316$_3.37220@news.swbell.net>#1/1

re-create the tables, using UPPERCASE column names.

"Adhimas" <adhimass_at_cbn.net.id> wrote in message news:38ccf87f.0_at_news.cbn.net.id...
> How can I turn off the use of quotes in Oracle8?
>
> E.g.: Right now I have to write
>
> SELECT Emp.FullName FROM DBO.Employee Emp
>
> as
>
> SELECT Emp."FullName" FROM DBO."Employee" Emp
>
>
> How to turn off the use of quotes in writing PL/SQL statement?
>
>
> -adhimas-
>
>
>
Received on Sun Mar 12 2000 - 00:00:00 CST

Original text of this message

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