IS NULL | SQL Tutorial and Query Example

Text copied!

IS NULL


  • IS NULL syntax in SQL
    SELECT column1, column2, column3, ...
    FROM table_name
    WHERE column IS NULL;