Re: Odd behavior with NULL value

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Odd behavior with NULL value
Дата
Msg-id 20011220191348.Y85038-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: Odd behavior with NULL value  (Bruno Wolff III <bruno@[66.92.219.49]>)
Список pgsql-admin
On Thu, 20 Dec 2001, Bruno Wolff III wrote:

> On Thu, Dec 20, 2001 at 04:24:33PM -0800,
>   "Bob Smith, Hammett & Edison, Inc." <bsmith@h-e.com> wrote:
> > See example below of using NULL values with type DATE.  It behaves
> > strangely in expressions, "(x <> null)" gives an entirely different
> > result than "not(x = null)".  Is this intended behavior, if so, why?
> > If not, is this a bug?
>
> There is a hack which will be off by default in 7.2 that changes
> 'x = null' into 'x is null' for compatibility with sqlserver.

As a note, I think it was actually for some feature of Access. :)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Odd behavior with NULL value
Следующее
От: bsmith@h-e.com (Bob Smith, Hammett & Edison, Inc.)
Дата:
Сообщение: Re: Odd behavior with NULL value