Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Turning off the quotes (newby question)
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
![]() |
![]() |