Fork of NPPs by all time # of reviews by Novem Linguae
This query is marked as a draft This query has been published by Novem Linguae.

SQL

AخA
 
SELECT COUNT(*) AS review_count, user_name
FROM logging_userindex
JOIN actor_logging ON actor_id = log_actor
JOIN user ON actor_user = user_id
WHERE log_type = 'pagetriage-curation'
    AND log_action IN ('reviewed', 'reviewed-article', 'reviewed-redirect')
    AND user_name = 'MB'
GROUP BY log_actor
ORDER BY review_count DESC, user_name ASC
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...