-- You can check for NULL values using the expression IS NULL: SELECT COUNT(*) FROM example_table WHERE example_column IS NULL;