Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Top 20 Huggle users at dewiki in last 3 months
by
Neil Shah-Quinn (WMF)
This query is marked as a draft
This query has been published
by
Neil Shah-Quinn (WMF)
.
for https://phabricator.wikimedia.org/T134540
Toggle Highlighting
SQL
SELECT COUNT(*), rev_user, GROUP_CONCAT(DISTINCT rev_user_text) FROM revision WHERE rev_comment LIKE "%WP:HG%" AND rev_timestamp > DATE_SUB(NOW(), INTERVAL 3 MONTH) GROUP BY rev_user ORDER BY COUNT(*) DESC LIMIT 20;
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...