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 2019+, 100+ edits 2021
by
Cirdan
This query is marked as a draft
This query has been published
by
Cirdan
.
Toggle Highlighting
SQL
USE dewiki_p; SELECT user_name, edits_after, 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 > "20210301000000" GROUP BY edit_username ) AS last_edits ON user_name = edit_username WHERE user_registration > 20210301000000 AND edits_after >= "5" ORDER BY user_registration DESC
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...