Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
MER-C
.
Fetches all revisions with a given change tag. (25="mw-removed-redirect").
Toggle Highlighting
SQL
select * from (select ct_rev_id from change_tag where ct_tag_id=25) table1 INNER JOIN revision on table1.ct_rev_id = revision.rev_id INNER JOIN (select * from page where page_namespace = 0) table2 on revision.rev_page = table2.page_id INNER JOIN (select comment_text, comment_id from comment) table3 on table3.comment_id = revision.rev_comment_id LIMIT 1000
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...