Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Function Based Indexes w/in UTF environment

Function Based Indexes w/in UTF environment

From: Carrie <carrie.maynard_at_aprimo.com>
Date: 15 Oct 2002 08:53:09 -0700
Message-ID: <b46f2705.0210150753.149bc786@posting.google.com>


In 8i+, you supposedly can create a function based index so that a SQL statement such as the following will still use an index:

Select * from audience_members where upper(last_name) = 'SMITH'

I need to know if this works on a UTF database and what happens when the where clause is multi-byte data.

Any and all help would be very appreciated! Received on Tue Oct 15 2002 - 10:53:09 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US