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

Home -> Community -> Usenet -> c.d.o.tools -> Re: LIKE -> Non Casesensitive Query

Re: LIKE -> Non Casesensitive Query

From: wayne <no_at_email.please.com>
Date: 24 Apr 2001 18:26:34 GMT
Message-ID: <9c4ggq$hmj@dispatch.concentric.net>

> Translate both sides to the same case in the where clause.

Make sure you use an expression index if you are using Oracle 8i, otherwise doing UPPER(name) = UPPER(d) will result in a full table scan. Received on Tue Apr 24 2001 - 13:26:34 CDT

Original text of this message

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