Skip to content

Commit

Permalink
Update Jessica_Williams_SQLTasks Tier 2.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatki8 authored Jun 17, 2023
1 parent 0605b04 commit b7911c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jessica_Williams_SQLTasks Tier 2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ INNER JOIN Members ON Bookings.memid = Members.memid
)lrev
GROUP BY lrev.facility
)lrev2
WHERE lrev2.total_revenue <1000
WHERE lrev2.total_revenue <1000;

/* Q11: Produce a report of members and who recommended them in alphabetic surname,firstname order */

Expand Down

0 comments on commit b7911c4

Please sign in to comment.