Fork of Deletions of WP:RFA subpages by AntiCompositeNumber
This query is marked as a draft This query has been published by ToBeFree.

SQL

AخA
 
SELECT log_timestamp,  CONCAT("WP:", log_title) as `title`, comment_text
FROM logging_logindex
JOIN comment_logging ON log_comment_id = comment_id
WHERE
    log_action = "delete"
    AND log_type = "delete"
    AND log_namespace = 4
    AND log_title LIKE "Requests_for_adminship/%"
    AND comment_text LIKE "%G6%"
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.

Checking query status...