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
Obaid Raza
.
Toggle Highlighting
SQL
SELECT wd.rc_user_text, ur_ct, COUNT(*) AS wd_ct FROM ( SELECT rc_user_text, COUNT(*) AS ur_ct FROM urwiki_p.recentchanges WHERE rc_source <> "wb" AND rc_bot = 0 GROUP BY rc_user_text HAVING ur_ct > 25 ) AS ur JOIN wikidatawiki_p.recentchanges AS wd ON wd.rc_user_text = ur.rc_user_text GROUP BY wd.rc_user_text HAVING wd_ct > 25 ORDER BY wd_ct 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...