Skip to content

Commit

Permalink
03-filter.md: Fix partial date
Browse files Browse the repository at this point in the history
This restores the partial-to-real date change from 554089b (Drop
partial dates (YYYY-00-00), 2015-03-25) which was lost in c0756e2
(fixing merge conflict, 2015-03-26).
  • Loading branch information
wking committed Mar 28, 2015
1 parent a9df6c1 commit c24de3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For example,
we can ask for all information from the DR-1 site collected before 1930:

~~~ {.sql}
SELECT * FROM Visited WHERE site='DR-1' AND dated<'1930-00-00';
SELECT * FROM Visited WHERE site='DR-1' AND dated<'1930-01-01';
~~~

|ident|site|dated |
Expand Down

0 comments on commit c24de3c

Please sign in to comment.