Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: lower case character
Hi Lee,
it´s pretty simple. Just use double quotation marks when you name your
table
i.e. CREATE TABLE "testschema"."test" (col1 VARCHAR2(10) NULL, col2
VARCHAR2(10) NULL) ;
Thats all.
Have a nice day
Henning
Lee schrieb:
> Hi,
> Is it possible to give a name to your table and column which contain
> lowercase character in Oracle?
> Even if I typed in lower case when I create table using sqlplus it just
> convert to upper case when I use dbastudio to view the table.
>
> Thanks and best regards
> Lee
Received on Wed Jan 10 2001 - 11:57:09 CST
![]() |
![]() |