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 * from (SELECT rc_user, count(*) as ec, rc_id,rc_namespace from user join recentchanges_userindex on rc_user = user_id where rc_user >0 group by 1 having count(*) > 30) as u left join (SELECT rc_user, count(*) as ec0, rc_id,rc_namespace from user join recentchanges_userindex on rc_user = user_id where rc_user >0 and rc_namespace=0 group by 1 having count(*) > 0 ) as u0 on u0.rc_user = u.rc_user 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...