Fork of logging by Xiplus
This query is marked as a draft This query has been published by Xiplus.

SQL

AخA
 
SELECT log_timestamp, user_name, log_title, log_params
FROM logging
LEFT JOIN actor ON log_actor = actor_id
LEFT JOIN user ON actor_user = user_id
WHERE log_type = 'rights'
    AND log_action = 'rights'
    AND log_params LIKE '%newgroups%ipblock-exempt%'
    AND log_params NOT LIKE '%ldgroups%ipblock-exempt%newgroups%'
ORDER BY log_timestamp DESC
LIMIT 500
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...