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: how to do case insensitive text literal comparison?

Re: how to do case insensitive text literal comparison?

From: mdr <resnimi_at_mail.northgrum.com>
Date: 1998/10/23
Message-ID: <01bdfe3e$10400360$bc08e484@bigrez.masdils>#1/1

Try the SELECT... WHERE UPPER(COLUMN1) = 'A'

mike

Rick Lin <rlin_at_diffusion.com> wrote in article <70ouik$bo9$1_at_news1-alterdial.uu.net>...
>
> Hi,
>
> I have a row which has a VARCHAR2 column with value 'a' (for example,
> column1 VARCHAR[32]).
>
> If I want my select statements(either with column1='A' or column1='a' in
> where clause) both successfully return 'a', how do I do it in sql level?
> ...
> Rick Lin
> Diffusion, Inc.
> rlin_at_diffusion.com
>
>
>
  Received on Fri Oct 23 1998 - 00:00:00 CDT

Original text of this message

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