Skip to content

Commit

Permalink
Merge pull request swcarpentry#304 from ajerrison-manchester/patch-1
Browse files Browse the repository at this point in the history
Correct typo
  • Loading branch information
henrykironde authored Mar 10, 2020
2 parents f01373b + 87d612b commit 147b416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/07-join.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ SELECT rowid, * FROM Person;
>
> ~~~
> SELECT Site.name FROM Site JOIN Visited
> ON Site.lat <- 49.0 AND Site.name = Visited.site AND Visited.dated >= '1932-01-01';
> ON Site.lat < -49.0 AND Site.name = Visited.site AND Visited.dated >= '1932-01-01';
> ~~~
> {: .sql}
{: .challenge}
Expand Down

0 comments on commit 147b416

Please sign in to comment.