Skip to content

Commit

Permalink
Update databases.qmd (hadley#1650)
Browse files Browse the repository at this point in the history
Fixed title and removed italics, since "The Three-Valued Logic of SQL" is an article, not a book.
  • Loading branch information
davidkane9 authored Apr 20, 2024
1 parent eedfa73 commit 0e6ee25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ flights |>
summarize(delay = mean(arr_delay))
```

If you want to learn more about how `NULL`s work, you might enjoy "[*Three valued logic*](https://modern-sql.com/concept/three-valued-logic)" by Markus Winand.
If you want to learn more about how `NULL`s work, you might enjoy "[The Three-Valued Logic of SQL](https://modern-sql.com/concept/three-valued-logic)" by Markus Winand.

In general, you can work with `NULL`s using the functions you'd use for `NA`s in R:

Expand Down

0 comments on commit 0e6ee25

Please sign in to comment.