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

Bruce Momjian: NULLs in Arrays and ROW Expressions (Part 10/11)

$
0
0

NULL behavior as part of an array or row expression has some unusual behaviors that it is best just to memorize:

SELECT NULL::INTEGER[] IS NULL;
 ?column?
----------
 t
 
SELECT '{}'::INTEGER[] IS NULL;
 ?column?
----------
 f
 
SELECT '{NULL}'::INTEGER[] IS NULL;
 ?column?
----------
 f

Continue Reading »


Viewing all articles
Browse latest Browse all 9645

Trending Articles



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