Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Users with the most edits in last month
by
Edgars2007
This query is marked as a draft
This query has been published
by
Bulgu
.
Toggle Highlighting
SQL
use trwiki_p; SELECT NOW(); SELECT hep.rchep as kul, hep.ec, rc0.rc_user_text, count(rc0.rc_id) from (SELECT rc.rc_user as rchep, count(*) as ec from recentchanges_userindex rc where rc.rc_user >0 and rc.rc_bot = 0 group by rchep having count(*) > 3000) as hep left join recentchanges_userindex rc0 on rc0.rc_user = hep.rchep -- left join recentchanges_userindex rc2 on rc2.rc_user = hep.rchep where rc0.rc_namespace = 0 -- and rc2.rc_namespace = 2 group by kul LIMIT 10; SELECT NOW();
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...