Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Count contributions of last 30 days in ptwiki
by
Chicocvenancio
This query is marked as a draft
This query has been published
by
Chicocvenancio
.
Get editcount for last 30 days for ptwiki, without loggable actions or Wikidata edits
Toggle Highlighting
SQL
SELECT COUNT(ptwikibooks_p.recentchanges.rc_id) AS num_contribs, ptwikibooks_p.actor.actor_name from ptwikibooks_p.recentchanges, ptwikibooks_p.actor WHERE rc_logid = 0 AND rc_actor != 0 and rc_type != 5 and rc_bot = 0 and recentchanges.rc_actor = actor.actor_id -- and rc_user_text != "Salebot" -- and rc_user_text != "MediaWiki message delivery" -- and rc_user_text != "CommonsDelinker" GROUP BY rc_actor -- Having COUNT(1) > 4 ORDER BY num_contribs DESC limit 500;
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...