Skip to content

Commit

Permalink
Fixing 07 quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mattahrens committed Dec 8, 2023
1 parent d0eb76d commit c0a608b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/07-Advanced-sql-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ query = """
WHERE `Location` LIKE "%usa%"
GROUP BY `Location`
ORDER BY total desc
sqldf(query)
"""
sqldf(query)
```
Notice that we are adding an **ORDER BY** as the end of the query to sort the data from most users to least.

Expand Down

0 comments on commit c0a608b

Please sign in to comment.