Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL tuning with LIKE expression
Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl> wrote in message news:<83numvo78k3kn3tta6tgci6ljjs3pahv8n_at_4ax.com>...
> On 22 Sep 2003 09:43:22 -0700, letsconnect_at_hotmail.com (Junaid) wrote:
>
> > For utility purposes, I have to use the like expression in the where
> >clause.
>
> No, you don't. There is no reason to use LIKE on a number column.
>
>
> Sybrand Bakker, Senior Oracle DBA
>
> To reply remove -verwijderdit from my e-mail address
I know I don't have to but our shared client application's framework is forcing us to use it, for the time. Also, if I use numeric operator for this number column, only = utilizes the index on this column. If I use < or > then the associated index is not used.
Any ideas?
Thanks for the response.
Junaid
Received on Tue Sep 23 2003 - 09:13:44 CDT
![]() |
![]() |