SQL
AخA
SELECT *
FROM logging_userindex
JOIN comment ON log_comment_id = comment_id
JOIN actor ON log_actor = actor_id
JOIN user_groups ON actor_user = ug_user
WHERE
log_type = 'create' AND
ug_group = 'autoreviewer'
LIMIT 1000
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.