Re: How to write soundex query in postgresql??

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: How to write soundex query in postgresql??
Дата
Msg-id 411A18D6.7030308@archonet.com
обсуждение исходный текст
Ответ на How to write soundex query in postgresql??  (Vinay Jain <vinayjain@gmail.com>)
Список pgsql-general
Vinay Jain wrote:
> Hi
> I want to write soundex query for example:
> select * from student where name soundex 'vinay';
> In psql it gives error at soundex.

Where did you find documentation on a "soundex" operator?

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Mike Mascari
Дата:
Сообщение: Re: How to write soundex query in postgresql??
Следующее
От: Prabu Subroto
Дата:
Сообщение: the behaviour of timestamp on postgres.