SQL
AخA
SELECT
afl_wiki,
COUNT(*) AS "Hits"
FROM
abuse_filter_log
WHERE
afl_filter_id = 72
AND afl_timestamp >= 20220301000000
AND afl_timestamp <= 20220601235959
GROUP BY
afl_wiki ASC
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.