Fork of Ruwiki IWRM.js usage → wikitable by A particle for world to form
This query is marked as a draft This query has been published by Wikisaurus.

SQL

AخA
 
USE ruwiki_p;
SELECT
  CONCAT('[[User:', user_name, '|]]') AS User,
  COUNT(rev_id) AS Edits
FROM revision
JOIN change_tag ON ct_rev_id = rev_id
JOIN user ON rev_user = user_id
WHERE ct_tag = 'iwrm'
GROUP BY rev_user
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.

Checking query status...