Re: Re: very big problem with NULL

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Re: very big problem with NULL
Дата
Msg-id 20010613082535.C20924@wolff.to
обсуждение исходный текст
Ответ на Re[2]: Re: very big problem with NULL  (Alexey Borzov <borz_off@rdw.ru>)
Список pgsql-general
On Wed, Jun 13, 2001 at 04:33:40PM +0400,
>
> newweb=# select version();
>                                version
> ---------------------------------------------------------------------
>  PostgreSQL 7.1.2 on i686-pc-linux-gnu, compiled by GCC egcs-2.91.66
> (1 row)
>
> newweb=# select null=null;
>  ?column?
> ----------
>  t
> (1 row)

This is even stranger:

area=> select null<>null;
 ?column?
----------

(1 row)


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Exploring sequences (sequence context within a tran saction)
Следующее
От: jdassen@cistron.nl (J.H.M. Dassen (Ray))
Дата:
Сообщение: Re: Unix time stamp function?