Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Contributor Count German Wikipedia 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 user_id, user_editcount FROM user INNER JOIN revision ON user_id = revision.rev_user; COUNT(*) HAVING LOWER(CONVERT (rev_user_text USING latin1)) NOT LIKE '%bot%' AND rev_user != 0 AND page_namespace = 0 AND page_is_redirect = 0 AND rev_timestamp BETWEEN 20161201000000 AND 20170101000000; user_editcount=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...