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: Case sensitive Tablenames

Re: Case sensitive Tablenames

From: Tanel Poder <change_to_my_first_name_at_integrid.info>
Date: Thu, 11 Sep 2003 23:29:41 +0300
Message-ID: <3f60db36$1_1@news.estpak.ee>


> By default ALL identifiers are in UPPERCASE. You can use lowercase
> (you don't want that) by enclosing the identifier in "", like "lower
> case table name"

Yeah, this one is nice for example:

SQL> create table t (" " number);

Table created.

SQL> desc t;

 Name                                                       Null?    Type
 ---------------------------------------------------------- -------- -------
--
                                                                     NUMBER

:)

Tanel. Received on Thu Sep 11 2003 - 15:29:41 CDT

Original text of this message

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