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
SELECT rev_user_text, SUM(IF(rev_timestamp < '20150507000000', 1, 0)) AS a, COUNT(*) as b FROM revision WHERE rev_user > 0 GROUP BY rev_user HAVING a < 500 AND b > 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...