Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Most active native German speakers on Commons in 2021
by
Martin Rulsch (WMDE)
This query is marked as a draft
This query has been published
by
Martin Rulsch (WMDE)
.
Toggle Highlighting
SQL
USE commonswiki_p; #SELECT * FROM revision_compat limit 1; SELECT edit_username, edits_after FROM categorylinks INNER JOIN page ON page.page_id = cl_from INNER JOIN (SELECT rev_user_text AS edit_username, COUNT(rev_id) AS edits_after FROM revision_compat WHERE rev_timestamp > "20210101000000" GROUP BY edit_username ) AS last_edits ON REPLACE(page.page_title, '_', ' ') = edit_username WHERE cl_to = "User_de-3" AND edits_after >= "10" ORDER BY edits_after DESC LIMIT 10000;
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...