Use explicit null handling in your DB queries when filtering for rows with empty value in a nullable column

Use explicit null handling in your DB queries when filtering for rows with empty value in a nullable column

⚡️ Database Tip

Comparing anything to a null value is always null too (meaning false). Simple operations like searching for rows with an unequal value will be more complicated. But null safe operators are making those queries dead simple again.

We're writing a book, you can get it for free here.