Re: [SQL] Case in-sensitive searches - Mailing list pgsql-sql

From Jerome Knobl
Subject Re: [SQL] Case in-sensitive searches
Date
Msg-id 35612DDB.6A86EDA3@mandanet.ch
Whole thread Raw
In response to Case in-sensitive searches  (coronach@datacruz.com (Mike Lemler))
Responses Re: [SQL] Case in-sensitive searches  (Marin D <marin@iclub.techno-link.com>)
List 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




pgsql-sql by date:

Previous
From: Jerome Knobl
Date:
Subject: Re: [SQL] How to handle a requirement for nextval
Next
From: Herouth Maoz
Date:
Subject: Re: [SQL] How to handle a requirement for nextval