Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Case insensitive select statement?
Very sneaky, Mads. :-) I'm sure that idea will come in handy.
Thanks,
Gary.
Mads S. Larsen <mads_at_syrak.dknospam> wrote in message
news:GJBr5.6132$uy1.101655_at_news000.worldonline.dk...
>
> > create index myindex on table1 (LOWER(name))
> >
> > However, Oracle8i Personal (Win98) reports that an index in a function
isn't
> > supported. Perhaps this is a restriction of the Personal edition?
> >
> Could be.. There is always the old "shadow column" approach: Add an extra
> column to store an uppercase version of the text to be searched.
>
> B Rgds
> Mads
>
>
>
Received on Fri Sep 01 2000 - 03:25:56 CDT
![]() |
![]() |