Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
S1nthesis committed Oct 4, 2023
1 parent 005b905 commit a824c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MandatoryQueries/fiftyTwoWeeksOfHistory.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- This wlil select fifty two weeks of sales history (count of orders grouped by week)
-- This will select fifty two weeks of sales history (count of orders grouped by week)

SELECT week, SUM(number_of_drinks_sold) AS order_count
FROM sales_data
Expand Down

0 comments on commit a824c04

Please sign in to comment.