Doing case-insensitive queries.

Поиск
Список
Период
Сортировка
От Dana M. Epp
Тема Doing case-insensitive queries.
Дата
Msg-id 356AFAD2.23A33F4D@netmaster.ca
обсуждение исходный текст
Ответы Re: [SQL] Doing case-insensitive queries.
Список pgsql-sql
I am trying to query a database case-insenstively on a char() field, and
failing miserably. Could anyone direct me to some documentation that
properly explains how to accomplish such a task in PostgreSQL.

Items like ~* don't work when using the LIKE for me.

Here is my current code segment on how I am doing this query with case
sensitivity.


   $qstring = "select * from $database where vendor LIKE
\'\%$inqstring\%\' ; ";

   $result = $con->exec($qstring);

Can anyone tell me how I could query that without case-sensitivity?

--
Dana M. Epp
eppdm@netmaster.ca

NetMaster Networking Solutions, Inc.
http://www.netmaster.ca

"Connecting networks to the Internet"

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

Предыдущее
От: coronach@datacruz.com (Mike Lemler)
Дата:
Сообщение: Re: [SQL] Postgress with CGI
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [SQL] Doing case-insensitive queries.