Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Query to get the Top 10 users who were most thanked
by
Immogmog123
This query is marked as a draft
This query has been published
by
Pyb
.
This is a query to get the Top 10 users who were most thanked for GCI task.
Toggle Highlighting
SQL
use frwiki_p; select log_title, COUNT(log_title) from logging where log_type='thanks' AND log_timestamp >= "20200000000000" AND log_timestamp <= "20210000000000" GROUP by log_title ORDER by COUNT(log_title) DESC 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...