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 -> Re: function based index

Re: function based index

From: Christoph Seidel <chris666.seidel_at_gmx.de>
Date: Fri, 13 Dec 2002 16:41:08 +0100
Message-ID: <atcv3m$12g5i3$1@ID-143718.news.dfncis.de>


is this possible in 8.1?:

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 - 09:41:08 CST

Original text of this message

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