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
Peter Bowman
.
Toggle Highlighting
SQL
select page_title from page inner join categorylinks on cl_from = page_id inner join revision on rev_page = page_id inner join actor on actor_id = rev_actor left join change_tag on ct_rev_id = rev_id left join change_tag_def on ctd_id = ct_tag_id and ctd_name = "openrefine-3.7" where cl_type = "file" and cl_to = "Media_contributed_by_the_National_Museum_in_Kraków" and actor_name = "Filip (MNK)" and ctd_id is null and not exists ( select * from change_tag left join change_tag_def on ctd_id = ct_tag_id and ctd_name = "openrefine-3.7" where ct_rev_id = rev_id ) group by page_id
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...