SQL
AخA
SELECT R.rev_actor, COUNT(1) AS edits
FROM ukwiki_p.revision R
WHERE R.rev_timestamp >= 20040401000000
AND R.rev_timestamp < 20040501000000
GROUP BY R.rev_actor
HAVING edits >= 5
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.