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
Bloody-libu
.
Toggle Highlighting
SQL
USE frwiki_p; SELECT CONCAT('*[[:File:', p.page_title, ']]') FROM page p INNER JOIN commonswiki_p.image ci ON ci.img_name = wi.img_name AND ci.img_sha1 != wi.img_sha1 INNER JOIN page wp ON wp.page_title = wi.img_name AND wp.page_namespace = 6 INNER JOIN commonswiki_p.page cp ON cp.page_title = ci.img_name AND cp.page_namespace = 6 WHERE wt.tl_from IS NULL AND ct.tl_from IS NULL ORDER BY p.page_title ASC;
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...