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

From Marin D
Subject Re: [SQL] Case in-sensitive searches
Date
Msg-id Pine.LNX.3.96.980519105339.3276B-100000@server.iclub.techno-link.com
Whole thread Raw
In response to Re: [SQL] Case in-sensitive searches  (Jerome Knobl <jknobl@mandanet.ch>)
Responses Re: [SQL] Case in-sensitive searches  ("Jose' Soares Da Silva" <sferac@bo.nettuno.it>)
List pgsql-sql
upper()/lower() are defined only for text fields. How to deal with charN ?

Thanx for the attention!

    Marin


          -= Why do we need gates in a world without fences? =-



On Tue, 19 May 1998, Jerome Knobl wrote:

> 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');
>


pgsql-sql by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [SQL] How to handle a requirement for nextval
Next
From: "Jose' Soares Da Silva"
Date:
Subject: Re: [SQL] Case in-sensitive searches