Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
~aanzx
.
Toggle Highlighting
SQL
SELECT rev_user_text AS user, COUNT(*) AS total_edits, SUM(IF(ctd_name = 'proofreadpage-quality0', 1, 0)) AS without_text, SUM(IF(ctd_name = 'proofreadpage-quality1', 1, 0)) AS not_proofread, SUM(IF(ctd_name = 'proofreadpage-quality2', 1, 0)) AS problematic, SUM(IF(ctd_name = 'proofreadpage-quality3', 1, 0)) AS proofread, SUM(IF(ctd_name = 'proofreadpage-quality4', 1, 0)) AS validated, SUM(IF(ct_name IS NOT NULL, 1, 0)) AS category_changes FROM revision LEFT JOIN change_tag ON (rev_id = ct_rev_id) LEFT JOIN change_tag_def ON (ct_tag_id = ctd_id) LEFT JOIN categorylinks ON (cl_from = rev_page AND cl_to = ct_name) WHERE rev_timestamp BETWEEN '2024-08-01 00:00:00' AND '2024-09-15 23:59:59' GROUP BY user ORDER BY total_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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...