Fork of
Untitled query #85945
by IKhitron
This query is marked as a draft
This query has been published
by מיכי י-ם.
SQL
x
SELECT rc_patrolled, count(*) as Count
FROM recentchanges
WHERE rc_namespace = 0
AND rc_bot = 0
AND NOT rc_type = 5
GROUP BY rc_patrolled
ORDER BY rc_timestamp 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.