Re: > and >= give the same result

Поиск
Список
Период
Сортировка
От Jean-Yves F. Barbier
Тема Re: > and >= give the same result
Дата
Msg-id 20111229161940.00594e0d@anubis.defcon1
обсуждение исходный текст
Ответ на Re: > and >= give the same result  (Frank Bax <fbax@sympatico.ca>)
Ответы Re: > and >= give the same result  (Frank Bax <fbax@sympatico.ca>)
Список pgsql-novice
On Thu, 29 Dec 2011 08:48:37 -0500
Frank Bax <fbax@sympatico.ca> wrote:

>
> The string 'y%' is greater than 'y'! Therefore, both queries will return
> y% and z% - where is the problem?

Oops, I'm read too fast; but it dont change my PB:
SELECT * FROM table WHERE col > 'Y%' still returns y% & Y%

--
Repartee is something we think of twenty-four hours too late.
        -- Mark Twain

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

Предыдущее
От: Frank Bax
Дата:
Сообщение: Re: > and >= give the same result
Следующее
От: "Jean-Yves F. Barbier"
Дата:
Сообщение: Re: > and >= give the same result