SQL
AخA
select comment_text
from
page
inner join revision on revision.rev_page = page.page_id
inner join revision_comment_temp on revision_comment_temp.revcomment_rev = revision.rev_id
inner join comment on comment.comment_id = revision_comment_temp.revcomment_comment_id
where page.page_namespace = 0
and comment_text like '%removed%tag%([[WP:TW|TW]])'
limit 100
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.