Re: between syntax

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: between syntax
Дата
Msg-id 20011116082156.H18816-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на between syntax  (Markus Bertheau <twanger@bluetwanger.de>)
Список pgsql-sql
On 16 Nov 2001, Markus Bertheau wrote:

> Good day,
>
> shouldn't
>
> 'between 1 and 7'
>
> return the same results as
>
> 'between 7 and 1'

Don't think so, if I'm reading the spec correct, the conversion is:

6) "X BETWEEN Y AND Z" is equivalent to "X>=Y AND X<=Z".




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