We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9603e1 commit 4a52d40Copy full SHA for 4a52d40
subreddit-algebra/processData.sql
@@ -25,4 +25,4 @@ JOIN (SELECT subreddit, author, COUNT(1) as cnt
25
GROUP BY subreddit, author HAVING cnt > 10) t2
26
ON t1.author=t2.author
27
WHERE t1.subreddit!=t2.subreddit
28
-GROUP BY t1.subreddit, t2.subreddit
+GROUP BY t1_subreddit, t2_subreddit
0 commit comments