SQL
AخA
USE metawiki_p;
SELECT log_timestamp, actor_name, log_title, log_params, comment_text FROM logging
JOIN actor ON log_actor = actor_id
JOIN comment ON log_comment_id = comment_id
WHERE log_title LIKE "Jyothis@%"
AND log_type = "rights"
AND log_action = "rights"
AND log_params LIKE "%sysop%"
ORDER BY log_timestamp 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.