![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The following bug has been logged online: Bug reference: 1921 Logged by: BogDan Vatra Email address: bog_dan_ro (AT) yahoo (DOT) 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) !!! |
#3
| |||
| |||
|
| create table test (id serial, tt varchar(50)); insert into test (tt) values(NULL); select tt from test where tt=NULL; |
|
select tt from test where tt<>NULL; |
#4
| |||
| |||
|
|
The following bug has been logged online: Bug reference: 1921 Logged by: BogDan Vatra Email address: bog_dan_ro (AT) yahoo (DOT) 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) !!! |

![]() |
| Thread Tools | |
| Display Modes | |
| |