Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions null-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Any comparison between a value and `NULL` results in `NULL`. This behavior is co
~~~ sql
> SELECT * FROM t1 WHERE NOT (c = 1 AND b < 10);
~~~
~~~
+---+------+---+
| a | b | c |
+---+------+---+
Expand Down