AdamLucek commited on
Commit
3d4fc34
·
verified ·
1 Parent(s): 554bc1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -84,4 +84,5 @@ HAVING SUM(s.amount) > 1000;
84
  \```
85
 
86
  This query joins the 'customers' and'sales' tables on the 'customer_id' field, filters for sales made in the last month, groups the results by customer name and email, and then applies a condition to only include customers whose total purchase amount exceeds $1000. The result will be a list of names and email addresses for customers who have made purchases totaling over $1000 in the last month.
87
- ```
 
 
84
  \```
85
 
86
  This query joins the 'customers' and'sales' tables on the 'customer_id' field, filters for sales made in the last month, groups the results by customer name and email, and then applies a condition to only include customers whose total purchase amount exceeds $1000. The result will be a list of names and email addresses for customers who have made purchases totaling over $1000 in the last month.
87
+ ```
88
+ *backslash added for formatting*