Re: Re: BETWEEN clause

Поиск
Список
Период
Сортировка
От Paul Tomblin
Тема Re: Re: BETWEEN clause
Дата
Msg-id 20010424075017.D27707@allhats.xcski.com
обсуждение исходный текст
Ответ на Re: Re: BETWEEN clause  (will trillich <will@serensoft.com>)
Ответы Re: Re: BETWEEN clause  (Joel Burton <jburton@scw.org>)
Re: Re: BETWEEN clause  (will trillich <will@serensoft.com>)
Список pgsql-general
Quoting will trillich (will@serensoft.com):
> > test=# create view its_really_the_same_thing as select true where 1
> > between 1 and 3;
> >
> > test=# \d its_really_the_same_thing
> > ...
> > View definition: SELECT 't'::bool WHERE ((1 >= 1) AND (1 <= 3));
> >
> >
> > HTH,
> > --
> > Joel Burton   <jburton@scw.org>
> > Director of Information Systems, Support Center of Washington
>
> just wanted to say -- BEAUTIFULLY executed reply.
> not only did you answer the query succinctly and completely,
> you showed, quite clearly, how to find out such answers.

I was impressed as well.  I didn't know you could use \d to find the
definition of views like that.

--
Paul Tomblin <ptomblin@xcski.com>, not speaking for anybody
"Nobody can be told what the dominatrix is, they have to see it for themselves"

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

Предыдущее
От: will trillich
Дата:
Сообщение: Re: Var substitution in SELECT statements
Следующее
От: Tony Grant
Дата:
Сообщение: Strange locale goings on