Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Users with most edits in the past month with bots and IPs filtered
by
DHN
This query is marked as a draft
This query has been published
by
DHN
.
List of a user's edit times.
Toggle Highlighting
SQL
WITH groups AS ( SELECT ug_user, user.user_name AS user_name, GROUP(ug_group) FROM user_groups LEFT JOIN user ON (user.user_id = user_groups.ug_user) GROUP BY ug_user, user_name) SELECT * from groups ORDER BY ug_user LIMIT 100;
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...