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 (including bots and IPs)
by
DHN
This query is marked as a draft
This query has been published
by
Jeeputer
.
List of a user's edit times.
Toggle Highlighting
SQL
SELECT actor.actor_name AS کاربر, GROUP_CONCAT(DISTINCT user_groups.ug_group) AS اختیارات, COUNT(DISTINCT rev_id) AS تعداد FROM revision LEFT JOIN actor ON (revision.rev_actor = actor.actor_id) LEFT JOIN user_groups ON (actor.actor_user = user_groups.ug_user) -- پالایش بر پایه زمان WHERE DATEDIFF(CURDATE(), rev_timestamp) < 30 -- گروهبندی بر پایه کاربر. GROUP BY کاربر -- محدود به ۲۰۰ کاربر با بیشترین تعداد ویرایش ORDER BY تعداد DESC LIMIT 200;
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...