Digital Marketing

To test whether an SQL expression is null, you need to use the is null operator


  • An expression can be null, but it can never equal null.
  • Two nulls are never equal to each other.



Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database