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
AntiCompositeNumber
.
Toggle Highlighting
SQL
USE enwiki_p; SELECT wp.page_id, CONCAT("File:",wp.page_title) as page_title, wi.img_sha1 FROM image wi INNER JOIN page wp ON wp.page_title = wi.img_name AND wp.page_namespace = 6 LEFT JOIN templatelinks wt ON wt.tl_from = wp.page_id AND wt.tl_namespace = 10 AND wt.tl_title IN ('ShadowsCommons', 'Shadows_commons', 'Now_Commons', /* 'Do_not_move_to_commons', */ ## 'Puf', ## 'Ffd', ## 'Deletable_file', 'Db-nowcommons', 'Pp-template', 'Keep_local_high-risk', 'Keep_local', 'Pp-upload', 'C-uploaded', 'Protected_sister_project_logo', 'Rename_media', 'ffd' ) WHERE wt.tl_from IS NULL AND wi.img_name LIKE "th%"
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...