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, GROUP_CONCAT(ug_group) AS memberships FROM user_groups GROUP BY ug_user) SELECT actor.actor_name AS thành_viên, memberships AS nhóm, MAX(rev_timestamp) AS lần_sửa_đổi_cuối FROM revision LEFT JOIN actor ON (revision.rev_actor = actor.actor_id) LEFT JOIN groups ON (actor.actor_user = groups.ug_user) -- Lọc ra IP WHERE actor.actor_user IS NOT NULL -- Lọc bot AND LOCATE('bot', memberships) != 0 -- Group by user. GROUP BY thành_viên ORDER BY lần_sửa_đổi_cuối;
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...