Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Editors with at least 500 edits and accounts at least 6 months old
by
EGalvez (WMF)
This query is marked as a draft
This query has been published
by
Jtmorgan
.
Toggle Highlighting
SQL
SELECT u.user_id as user_id, count(u.user_id) as editcount FROM enwiki_p.revision AS r LEFT JOIN enwiki_p.user as u ON r.rev_user = u.user_id WHERE u.user_registration <= '20151007000000' Group by u.user_id Having editcount >= 500
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...