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
Matěj Suchánek
.
Toggle Highlighting
SQL
SELECT SUM(1) AS edits, SUM(rc_patrolled) AS patrolled, SUM(IF(page_latest = rc_this_oldid, 0, 1)) AS non_current, SUM(IF(page_latest = rc_this_oldid, 0, rc_patrolled)) AS non_current_patrolled FROM recentchanges JOIN page ON page_id = rc_cur_id JOIN actor_recentchanges ON actor_id = rc_actor LEFT JOIN user ON actor_user IS NOT NULL AND user_id = actor_user WHERE (actor_user IS NULL OR user_editcount < 50) AND rc_namespace = 0 AND rc_source IN ('mw.edit', 'mw.new');
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...