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
Matěj Suchánek
.
Toggle Highlighting
SQL
DESCRIBE user; SELECT rev_user_text, SUM(IF(rev_timestamp <= '20150507000000', 1, 0)), COUNT(*) FROM (SELECT * FROM user WHERE user_editcount > 500 AND user_registration <= '20151007000000') AS users JOIN revision ON rev_user = user_id GROUP BY user_id LIMIT 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...