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 index

function based index

From: Christoph Seidel <chris666.seidel_at_gmx.de>
Date: Fri, 13 Dec 2002 12:33:50 +0100
Message-ID: <atcgk3$11vmin$1@ID-143718.news.dfncis.de>


since i have no 8.1 here, only 8.0.5, is this possible:?

create index idx on table(substr(field, 1, 1));

and then use the select:

select * from table where substr(field, 1, 1) = 'X'; Received on Fri Dec 13 2002 - 05:33:50 CST

Original text of this message

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