Testing NULLs

suggest change

In a LEFT JOIN tests for rows of a for which there is not a corresponding row in b.

SELECT ...
    FROM a
    LEFT JOIN b ON ...
    WHERE b.id IS NULL

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


NULL:
*Testing NULLs

Table Of Contents