Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
15
.
Editors who thanked the greatest number of distinct editors
Toggle Highlighting
SQL
SELECT actor_name AS thanker,COUNT(SELECT DISTINCT log_title FROM logging lg2 WHERE lg2.log_actor=lg.log_actor) AS thankees FROM logging lg INNER JOIN actor ON log_actor=actor_id WHERE log_type='thanks' AND (log_timestamp BETWEEN '20210000000000' AND '20220000000000') GROUP BY thanker ORDER BY thankees DESC LIMIT 10;
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...