SQL
AخA
SELECT
revision.rev_user_text as Username,
COUNT(revision.rev_id) AS Edits
FROM
revision JOIN change_tag ON revision.rev_id=change_tag.ct_rev_id
WHERE
change_tag.ct_tag_id=604 -- OAuth CID: 1311
GROUP BY
rev_user
LIMIT 10
ORDER BY Edits DESC
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.