Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can Oracle8 Support This?
Oracle8i supports indexes of functions, something like upper(foo) can be
indexed. It does this by storing the result of the function for every row in
the index. When querying against this index you'd have to upper(input) for
example to ensure you're putting in an uppercase string.
"Scott J. Hamilton" wrote:
> Does anyone know if Oracle8 supports case insensitive primary indexes? And
> if it does, can you give me an example?
>
> Thanks!
Received on Thu Apr 29 1999 - 09:14:25 CDT
![]() |
![]() |