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: A Question on UPPERCASE/LOWERCASE INDEXES

Re: A Question on UPPERCASE/LOWERCASE INDEXES

From: Bill Beaton <bb61_at_lnx034.calgary.qc-data.com>
Date: 1997/05/15
Message-ID: <5lffsn$mq5$1@f02s02.tac.net>#1/1

In article <19970514223000.SAA12235_at_ladder02.news.aol.com>,

        rjschulzsj_at_aol.com (RJSchulzSJ) writes:
> yes:
>
> create table tablename (
> fieldname char(10),
> field2 char(2)
> );
>
> create index indexname on tablename (upper(fieldname));
>
> it runĀ“s under Oracle

I just tried this on ORACLE 6.0.35, 7.2.2.4 and 7.3.2.1, and it does NOT work.

Bill Received on Thu May 15 1997 - 00:00:00 CDT

Original text of this message

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