Re: locale and spanish acute

Поиск
Список
Период
Сортировка
От Tony Grant
Тема Re: locale and spanish acute
Дата
Msg-id 1000711887.8351.3.camel@tonux
обсуждение исходный текст
Ответ на Re: locale and spanish acute  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: locale and spanish acute
Список pgsql-general
On Fri, 2001-09-14 at 15:49, Peter Eisentraut wrote:
> Martín Marqués writes:
>
> > select count(*) from tab1 where col1 LIKE '%mas%'
> >
> > but I would like it to catch rows with "más" also.

select count(*) from tab1 where col1 ILIKE to_ascii($1)

works for me.

The variable is passed via .jsp

Cheers

Tony Grant

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html


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

Предыдущее
От: BELLON Michel
Дата:
Сообщение: Re: commercial usage with odbc
Следующее
От: "Tille, Andreas"
Дата:
Сообщение: Disk performance (Was: How to make a REALLY FAST db server?)