Re: case insensitive matching

Поиск
Список
Период
Сортировка
От Tod McQuillin
Тема Re: case insensitive matching
Дата
Msg-id Pine.LNX.4.21.0010040141330.1978-100000@glass
обсуждение исходный текст
Ответ на case insensitive matching  (Robert Kernell <kernell@sundog.larc.nasa.gov>)
Список pgsql-general
On Tue, 3 Oct 2000, Robert Kernell wrote:

> Hi. LIKE does case sensitive string matching. Is there an easy way to do case
> insensitive string matching?

Use "WHERE lower(a) LIKE lower(b)" or use one of the case insensitive
regexp operators instead
(http://www.postgresql.org/docs/aw_pgsql_book/node119.html#8125)
--
Tod McQuillin



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: alternative DB locations
Следующее
От: "Adam Lang"
Дата:
Сообщение: Re: case insensitive matching