BOOLEAN Expressions

You can now use boolean value expressions within SQL expressions wherever an expression appears in SQL syntax.

Use boolean_expression to evalute the input and return one of the following boolean values :

  • IS TRUE

  • IS NOT TRUE

  • IS FALSE

  • IS NOT FALSE

  • IS NULL

  • IS NOT NULL