IS NULL
SELECT null = null AS result;result
--------
null
(1 row)IS NULL operator
value IS NULLvalue IS NOT NULL1) Basic IS NULL operator example
2) Using the IS NOT NULL operator example
Last updated