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

Home -> Community -> Usenet -> c.d.o.misc -> Re: case insensitive query

Re: case insensitive query

From: Gene Plagge <gplagge_at_hotmail.com>
Date: Wed, 4 Nov 1998 08:57:17 -1000
Message-ID: <F42CB9DBDC42D211B39F00AA00AF328201E644EC@Keiki.Hpu.Edu>


Min,

If you use the UPPER or LOWER functions on your fields, then you get a case insensitive query. Something like:

select count(*) from your_table
where UPPER(field_one) = 'ABC';

Hope this helps,

Gene Plagge

Min Wang wrote in message <363F5E48.E3AC80EA_at_colorbank.com>...
>Hi:
>
>How to do a case insensitive query with ORACLE8?
>
>Thanks.
Received on Wed Nov 04 1998 - 12:57:17 CST

Original text of this message

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