BETWEEN clause

Поиск
Список
Период
Сортировка
От Paul Tomblin
Тема BETWEEN clause
Дата
Msg-id 20010423225405.A9885@allhats.xcski.com
обсуждение исходный текст
Ответы Re: BETWEEN clause  (Joel Burton <jburton@scw.org>)
Список pgsql-general
Is the "BETWEEN" clause inclusive or exclusive?  ie if I say "WHERE
latitude BETWEEN 45 and 55", will I get examples where the latitude equals
45 or not?  Also, is "latitude BETWEEN 45 and 55" any more efficient than
"latitude >= 45 AND latitude <= 55", or is it just a stylistic thing?

--
Paul Tomblin <ptomblin@xcski.com>, not speaking for anybody
There is no substitute for good manners, except, perhaps, fast reflexes.

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

Предыдущее
От: newsreader@mediaone.net
Дата:
Сообщение: anyone else with mod_perl/apache and 7.1
Следующее
От: Joel Burton
Дата:
Сообщение: Re: BETWEEN clause