BUG #1921: NULL<>NULL ?!?!?!?!?!?!? - Mailing list pgsql-bugs

From BogDan Vatra
Subject BUG #1921: NULL<>NULL ?!?!?!?!?!?!?
Date
Msg-id 20050929083854.DFFDDF0BC4@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1921: NULL<>NULL ?!?!?!?!?!?!?  (Gaetano Mendola <mendola@bigfoot.com>)
Re: BUG #1921: NULL<>NULL ?!?!?!?!?!?!?  (David Fetter <david@fetter.org>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1921
Logged by:          BogDan Vatra
Email address:      bog_dan_ro@yahoo.com
PostgreSQL version: 8.0.3
Operating system:   win xp pro
Description:        NULL<>NULL ?!?!?!?!?!?!?
Details:

Please execute this query:

create table test (id serial, tt varchar(50));
insert into test (tt) values(NULL);
select tt from test where tt=NULL;

This should return 1 row but ...
An then try

select tt from test where tt<>NULL;

0 row(s) !!!

pgsql-bugs by date:

Previous
From: tomas@tuxteam.de (Tomas Zerolo)
Date:
Subject: Re: Column Name parameter problem
Next
From: "Andrew"
Date:
Subject: BUG #1920: Installer no WIN1252 & UTF8 selection