Re: [SQL] Case in-sensitive searches

From: Jerome Knobl <jknobl(at)mandanet(dot)ch>
To: Mike Lemler <coronach(at)datacruz(dot)com>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Case in-sensitive searches
Date: 1998-05-19 06:59:39
Message-ID: 35612DDB.6A86EDA3@mandanet.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I found an inellegant sollution. You can put every character in uppercase
like that :

Select * From table_membres where upper(nom) like upper('myname');

JK

Mike Lemler wrote:

> Is there a paramater to a select statement that one can issue to make the
> search case insesitive? Thanks
>
> Michael

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Herouth Maoz 1998-05-19 07:27:50 Re: [SQL] How to handle a requirement for nextval
Previous Message Jerome Knobl 1998-05-19 06:56:30 Re: [SQL] How to handle a requirement for nextval