Skip to content

Commit

Permalink
Update 02-sql-aggregation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya28sarin authored Apr 18, 2021
1 parent d44834e commit bb02293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/02-sql-aggregation.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ But if we compare those two numbers with the total:
We'll see that they don't add up to the total! That's because SQL
doesn't automatically include NULL values in a negative conditional
statement. So if we are quering "not x", then SQL divides our data
statement. So if we are querying "not x", then SQL divides our data
into three categories: 'x', 'not NULL, not x' and NULL; then,
returns the 'not NULL, not x' group. Sometimes this may be what we want -
but sometimes we may want the missing values included as well! In that
Expand Down

0 comments on commit bb02293

Please sign in to comment.