Re: Case sensitivity issue

Поиск
Список
Период
Сортировка
От Jeff Eckermann
Тема Re: Case sensitivity issue
Дата
Msg-id 02cd01c13d64$1d05ae20$279c10ac@INTERNAL
обсуждение исходный текст
Ответ на Case sensitivity issue  (mike7411@earthlink.net (Michael Gay))
Список pgsql-general
use "ILIKE" instead of "LIKE"
or use a regular expression match: ~* 'red'

----- Original Message -----
From: "Michael Gay" <mike7411@earthlink.net>
To: <pgsql-general@postgresql.org>
Sent: Sunday, September 09, 2001 11:02 PM
Subject: [GENERAL] Case sensitivity issue


> If I am doing a command such as
>
> select * from Apples where color like '%red%';
>
> how do I make it case insensitive?
>
> Thanks.
>
> mike
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>


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

Предыдущее
От: Andrew Gould
Дата:
Сообщение: Re: count of occurences
Следующее
От: Patrik Kudo
Дата:
Сообщение: Re: Case sensitivity issue