Quantcast
Channel: Planet PostgreSQL
Viewing all articles
Browse latest Browse all 9642

Bruce Momjian: The NOT IN NULL Trap (Part 5/11)

$
0
0

As a corollary to three-valued logic expressed in the previous blog, NOT IN comparisons are a regular source of surprise. Consider this comparison of one against various values:

SELECT 1 
 2 AND 1 
 3;
 ?column?
----------
 t
 
SELECT 1 
 2 AND 1 
 3 AND 1 
 NULL;
 ?column?
----------
 (null)

Continue Reading »


Viewing all articles
Browse latest Browse all 9642

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>