Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Case (in)sensitivity in queries other than upper()...
If you are wanting to do a case insensitve search of a table's column, while avoiding full table scans, I would suggest the following:
Hope this helps :)
-- Kenneth E. Murphy University of Missouri - Columbia Office of Social & Economic Data Analysis kenneth_at_oseda.missouri.edu (573) 884-8794 Raj Gabriëlse wrote in message <34E6DF04.EC878E3_at_ctbede.nl>...Received on Sun Feb 15 1998 - 00:00:00 CST
>Hi all,
>
>There's one thing I'd like to be possible to do, and that is to have the
>ability to query for data without having to worry about case and also
>not having to pay the performance hit when using upper() and thereby
>loosing the use of present indices.
>
>Is there a way to make Oracle case insensitive other than upper()? I
>guess I'd have to fiddle with the NLS_SORT setting and create a special
>kind of NLS table?
>
>TIA
>
>Raj Gabrielse
>
![]() |
![]() |