Skip to content

Commit 4a52d40

Browse files
authored
Update processData.sql
1 parent c9603e1 commit 4a52d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subreddit-algebra/processData.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ JOIN (SELECT subreddit, author, COUNT(1) as cnt
2525
GROUP BY subreddit, author HAVING cnt > 10) t2
2626
ON t1.author=t2.author
2727
WHERE t1.subreddit!=t2.subreddit
28-
GROUP BY t1.subreddit, t2.subreddit
28+
GROUP BY t1_subreddit, t2_subreddit

0 commit comments

Comments
 (0)