This query is marked as a draft This query has been published by Steinsplitter.

SQL

x
 
USE commonswiki_p;
SELECT * FROM
comment_revision
INNER JOIN revision
 ON rev_comment_id = comment_id
INNER JOIN actor
 ON rev_actor = actor_id
WHERE comment_text LIKE "%Replaced category% (requested by%given reason%"
LIMIT 1;
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...