Re: problem with query

Поиск
Список
Период
Сортировка
От Bosco Rama
Тема Re: problem with query
Дата
Msg-id 523239EB.9010102@boscorama.com
обсуждение исходный текст
Ответ на Re: problem with query  (Chris Curvey <chris@chriscurvey.com>)
Ответы Re: problem with query  (Roberto Scattini <roberto.scattini@gmail.com>)
Список pgsql-general
On 09/12/13 14:49, Chris Curvey wrote:
> Is this just a case-sentitvity issue?  if personas.apellido is a varchar
> field, then I think that's your trouble.  (it would have to be citext in
> order for "nunez" = "NUNEZ".)

He's using 'ilike' in his query, so this is more likely to be a
locale/charset/collation/encoding issue.

Roberto, what encodings are in use by the client and the server/DB?

HTH,
Bosco.


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

Предыдущее
От: Chris Curvey
Дата:
Сообщение: Re: problem with query
Следующее
От: Roberto Scattini
Дата:
Сообщение: Re: problem with query