How does one perform a case-insenstive query on test or char fields

Поиск
Список
Период
Сортировка
От af300wsm@gmail.com
Тема How does one perform a case-insenstive query on test or char fields
Дата
Msg-id 1168379072.875754.143330@i56g2000hsf.googlegroups.com
обсуждение исходный текст
Ответы Re: How does one perform a case-insenstive query on test  (Erik Jones <erik@myemma.com>)
Re: How does one perform a case-insenstive query on test or char fields  ("Chad Wagner" <chad.wagner@gmail.com>)
Список pgsql-general
Hello,

Well, the subject line pretty much says it all.  If any clarification
is needed, what I want to do is as follows:

SELECT * FROM table WHERE thisfield = 'some text';

How would I rewrite this query to search through the table looking at
the text in the column "thisfield" for the string "some text" but have
it perform a case insensitive search?

Thanks,
Andy


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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Recording insert, updates, and deletes
Следующее
От: "dcrespo"
Дата:
Сообщение: Re: Postgres Replication