Skip to content

Commit bf80618

Browse files
authored
Update restaurant-growth.sql
1 parent 45c29d3 commit bf80618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MySQL/restaurant-growth.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ FROM (SELECT visited_on,
1515
ON Datediff(a.visited_on, b.visited_on) BETWEEN 0 AND 6
1616
GROUP BY a.visited_on
1717
HAVING Count(b.visited_on) = 7
18+

0 commit comments

Comments
 (0)