Skip to content

Commit

Permalink
Merge pull request #366 from poorna-chander/patch-1
Browse files Browse the repository at this point in the history
Databases and SQL - Corrected the query to match the output displayed.
  • Loading branch information
henrykironde authored Jan 18, 2024
2 parents aa76bae + 4de0bab commit 8f1c311
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions episodes/07-join.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ thus we need to use a filter:

```sql
SELECT
Site.lat,
Site.long,
Visited.dated
*
FROM
Site
JOIN Visited ON Site.name = Visited.site;
Expand Down

0 comments on commit 8f1c311

Please sign in to comment.