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
Roan Kattouw (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.user ON user_id=rev_user WHERE rev_page=(SELECT page_id FROM enwiki_p.page WHERE page_namespace=5 AND page_title='WikiProject_COVID-19') AND (user_editcount < 10 OR user_registration < '20200316000000') 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...