SQL
x
USE plwiki_p;
SELECT count(*) as review_count_i, log_actor as log_actor_i
FROM logging
WHERE log_type = 'review' AND log_action = 'approve-i'
GROUP BY log_actor
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.