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 1a2f1f3 commit fed0822Copy full SHA for fed0822
1113-reported-posts.sql
@@ -0,0 +1,8 @@
1
+# Write your MySQL query statement below
2
+select
3
+ extra as report_reason
4
+ ,count(distinct post_id) as report_count
5
+from Actions
6
+where action_date = '2019-07-04'
7
+ and action = 'report'
8
+group by extra;
0 commit comments