Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
All editors on German Wikipedia by registration date, 50+ edits 2020-11-01+
by
DerHexer
This query is marked as a draft
This query has been published
by
DerHexer
.
Toggle Highlighting
SQL
USE dewiki_p; SELECT COUNT(user_registration) FROM user INNER JOIN (SELECT rev_user_text AS edit_username, COUNT(rev_id) AS edits_after FROM revision_compat WHERE rev_timestamp > "20201101000000" GROUP BY edit_username ) AS last_edits ON user_name = edit_username WHERE user_registration > 20200701000000 AND user_registration < 20201001000000 AND edits_after >= "5"
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...