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
Cherry Cotton Candy
.
Toggle Highlighting
SQL
-- Based on https://quarry.wmcloud.org/query/83278 select rev_timestamp, concat('[[:File:', page_title, ']]') as file_link, comment_text from revision inner join page on page_id = rev_page inner join comment_revision on comment_id = rev_comment_id where exists ( select 1 from change_tag where ct_rev_id = rev_id and ct_tag_id = 17 ) and comment_text like '% vi.wikipedia.org' order by rev_id desc 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...