is_null.sql 101 B

123456
  1. /* postgres can not */
  2. select
  3. 1/0 is NULL,
  4. 1/0 isnull,
  5. 1/0 is not NULL,
  6. 1/0 notnull;