Remix.run Logo
Ferret7446 5 hours ago

> Does NULL == NULL? It doesn't in SQL.

That's because SQL null is semantically different. Most nulls are a concrete value (null pointer). SQL null is the relational null ("not known"). It's closer to NaN (but still different)