Fork of
Categorized user gadgets
by Immogmog123
This query is marked as a draft
This query has been published
by Immogmog123.
SQL
x
use enwiki_p;
select log_title, COUNT(log_title)
from logging
where log_type='thanks'
GROUP by log_title
ORDER by COUNT(log_title) 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.
All SQL code is licensed under CC0 License.