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

SQL

x
 
select actor_name, rev_id, comment_text from change_tag 
join change_tag_def on ctd_id=ct_tag_id 
join actor_revision on rev_id=ct_rev_id
join user on user_id = actor_user
join comment on comment_id=rev_comment_id
where ctd_name="mw-rollback" 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...