Re: [SQL] Case in-sensitive searches

Поиск
Список
Период
Сортировка
От Jerome Knobl
Тема Re: [SQL] Case in-sensitive searches
Дата
Msg-id 35612DDB.6A86EDA3@mandanet.ch
обсуждение исходный текст
Ответ на Case in-sensitive searches  (coronach@datacruz.com (Mike Lemler))
Ответы Re: [SQL] Case in-sensitive searches
Список 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 по дате отправления: