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, rc0.rc_user_text, hep.ec , count(rc0.rc_id) as ec0, hep.ec - count(rc0.rc_id) as diger, round(count(rc0.rc_id)*100/hep.ec,2) as yuzde0 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(*) > 100) as hep left join recentchanges_userindex rc0 on rc0.rc_user = hep.rchep where rc0.rc_namespace = 0 group by kul order by yuzde0 desc ; 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...