Skip to content

Commit

Permalink
03-filter.md: Use a callout box for the blurb about date types
Browse files Browse the repository at this point in the history
  • Loading branch information
wking committed Mar 26, 2015
1 parent dbd1d59 commit 23ca7c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 03-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ SELECT * FROM Visited WHERE (site="DR-1") AND (dated<="1930-00-00");
(The parentheses around the individual tests aren't strictly required,
but they help make the query easier to read.)

> ## Date types {.callout}
>
> Most database managers have a special data type for dates.
> In fact, many have two:
> one for dates,
Expand Down

0 comments on commit 23ca7c1

Please sign in to comment.