Re: [SQL] Case in-sensitive searches

Поиск
Список
Период
Сортировка
От Marin D
Тема Re: [SQL] Case in-sensitive searches
Дата
Msg-id Pine.LNX.3.96.980519105339.3276B-100000@server.iclub.techno-link.com
обсуждение исходный текст
Ответ на Re: [SQL] Case in-sensitive searches  (Jerome Knobl <jknobl@mandanet.ch>)
Ответы Re: [SQL] Case in-sensitive searches
Список 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 по дате отправления:

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: Re: [SQL] How to handle a requirement for nextval
Следующее
От: "Jose' Soares Da Silva"
Дата:
Сообщение: Re: [SQL] Case in-sensitive searches