Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Account Count German Wikipedia q1,q2,q3,q4 2016
by
Verena Lindner (WMDE)
This query is marked as a draft
This query has been published
by
Verena Lindner (WMDE)
.
Toggle Highlighting
SQL
USE dewiki_p; SELECT COUNT(*) AS DEContributors2016 FROM user JOIN revision ON user_id = rev_user HAVING user_editcount = 10 AND HAVING rev_timestamp BETWEEN 20161201000000 AND 20170101000000; SELECT rev_user, rev_user_text, YEAR(rev_timestamp) as year, MONTH(rev_timestamp) as month, rev_timestamp, /* TODO: This column should be an aggregate function */ COUNT(*) FROM revision INNER JOIN page ON revision.rev_page = page.page_id WHERE LOWER(CONVERT (rev_user_text USING latin1)) NOT LIKE '%bot%' AND rev_user != 0 AND page_namespace = 0 AND page_is_redirect = 0 HAVING COUNT(*) = 10;
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...