Re: case insensitive search

Поиск
Список
Период
Сортировка
От tjk@tksoft.com
Тема Re: case insensitive search
Дата
Msg-id 200007030658.XAA15921@uno.tksoft.com
обсуждение исходный текст
Ответ на case insensitive search  (Joern Muehlencord <jomu@uni-paderborn.de>)
Список pgsql-sql
Joern,
select myfield from tablea where lower(myfield) = 'mysearch';
or
select myfield from tablea where myfield ~* 'mysearch';


Troy

>
> Hello together,
>
> how can I handle case insensitive search in a table?
>
>
>
> --
> Linux is like wigwam - no windows, no gates, apache inside.
> In diesem Sinne
>   Joern
>
>
>

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

Предыдущее
От: Jochen Schmidt
Дата:
Сообщение: isnull or coalesce isn't working
Следующее
От: "Adam Walczykiewicz"
Дата:
Сообщение: SPI documantation