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

SQL

AخA
 
SELECT 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 = "Hey man im josh"
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.

Checking query status...