This query is marked as a draft This query has been published by Mile.Horizon.

SQL

AخA
 
SELECT a.actor_name, count(p.page_title) as total
FROM categorylinks cl
JOIN revision_userindex r ON cl.cl_from = r.rev_page
JOIN actor a ON r.rev_actor = a.actor_id
JOIN page p ON cl.cl_from = p.page_id
WHERE cl_to = "Статті,_створені_під_час_Тижня_медицини"
GROUP BY a.actor_name
ORDER BY total desc
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.

Checking query status...