| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: case INsensitive queries
There has been quite a bit of discussion on this subject recently with the general solutions being variants on the quite correct
where upper(column) = upper(input)
I apologise to those of you who already know this, but I felt that I must point out that constructs of this type i.e. function(column) do NOT use an index and can have pretty poor performance depending on the size of table to be searched and the number of distinct column values.
Regards,
Ian Received on Fri Oct 10 1997 - 00:00:00 CDT
![]() |
![]() |