Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
People who have contributed to [[en:2021_United_States_Capitol_protests]]
by
PPelberg (WMF)
This query is marked as a draft
This query has been published
by
PPelberg (WMF)
.
<100 edits, or account created in the last week
Toggle Highlighting
SQL
SELECT user_name, user_editcount, COUNT(*) AS page_edits FROM enwiki_p.revision JOIN enwiki_p.actor ON actor_id=rev_actor JOIN enwiki_p.user ON user_id=actor_user WHERE rev_page=(SELECT page_id FROM enwiki_p.page WHERE page_namespace=0 AND page_title='2021_storming_of_the_United_States_Capitol') /*AND (user_editcount < 100 OR user_registration > '20200313000000')*/ GROUP BY user_name;
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...