Re: select .. like ignore case

Поиск
Список
Период
Сортировка
От Marcin Gil
Тема Re: select .. like ignore case
Дата
Msg-id 3FE2CBFD.6050609@audax.com.pl
обсуждение исходный текст
Ответ на Re: select .. like ignore case  (MaFa <mafalista@freemail.hu>)
Список pgsql-novice
MaFa wrote:

>>Is there a way to issue select .. like to ignore letter case?
>
> **For example:
> select * from customers where upper(name) like '%JOHN%'
>
The other answer I received was:
select ... ilike..

simple, eh?
--
   Marcin Gil :: marcin.gil@audax.com.pl
   OIS Audax Sp. z o.o., ul. Barlickiego 4, 97-200 Tomaszów Mazowiecki
   tel (44) 7247530 w/22, 7244401 w/22 -- fax w/25

В списке pgsql-novice по дате отправления:

Предыдущее
От: Marcin Gil
Дата:
Сообщение: Re: select .. like ignore case
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Upgrading from v7.1.3 to v7.4