SQL
AخA
SELECT logging.log_namespace as namespace, COUNT(*) as cnt FROM logging
INNER JOIN actor ON logging.log_actor = actor.actor_id
WHERE logging.log_type = "pagetriage-curation"
AND logging.log_action = "reviewed"
AND actor.actor_name = "Explicit"
GROUP BY logging.log_namespace
ORDER BY cnt 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.