Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: function index concepts - urgh
At 11:25 AM 3/10/01 -0800, you wrote:
>
>This should do it.
>
>select * from holder
>where last_name = upper('Taylor')
>and first_name = upper('Dennis');
Hm. Intuitively then, I should change my index creation script from
(UPPER(LAST_NAME||' '||FIRST_NAME)) to
(UPPER(LAST_NAME)||' '||UPPER(FIRST_NAME)) Or is the optimizer intelligent enough to pull it out of the first example?
>
>And no it's not Friday, it is now Saturday. ;)
>
Go home! Uh, no, wait. It's Monday now.
Dennis Taylor
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Dennis Taylor INET: ismgr_at_pctc.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Mar 12 2001 - 10:27:52 CST
![]() |
![]() |