![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The following bug has been logged online: Bug reference: 2178 Logged by: Daniel Afonso Heisler Email address: daniel (AT) solis (DOT) coop.br PostgreSQL version: 8.1.X Operating system: Linux Description: NOT IN command don't work Details: When i run the following query, postgreSQL return TRUE. # SELECT true WHERE 1 NOT IN (2,3); But, when i run the next query, it don't return TRUE # SELECT true WHERE 1 NOT IN (2,NULL,3); |
#3
| |||
| |||
|
|
When i run the following query, postgreSQL return TRUE. # SELECT true WHERE 1 NOT IN (2,3); But, when i run the next query, it don't return TRUE # SELECT true WHERE 1 NOT IN (2,NULL,3); |
#4
| |||
| |||
|
|
But, when i run the next query, it don't return TRUE # SELECT true WHERE 1 NOT IN (2,NULL,3); |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |