Fork of
Untitled query #54058
by GeneralNotability
This query is marked as a draft
This query has been published
by Blablubbs.
SQL
x
SELECT
user_name, rev_id
FROM
comment_revision
INNER JOIN revision ON revision.rev_comment_id = comment_revision.comment_id
INNER JOIN actor ON revision.rev_actor = actor.actor_id
INNER JOIN user ON actor.actor_user = user.user_id
WHERE
comment_text = "\"Closing AfD, result was speedy keep (nomination withdrawn).\""
AND rev_timestamp >= "20200101000000";
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.