Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
All orphan non-free files on wikiversity - where used
by
MGA73
This query is marked as a draft
This query has been published
by
MGA73
.
Toggle Highlighting
SQL
SELECT CONCAT('[[:File:', p.page_title, ']]'), GROUP_CONCAT('[[',d.page_title,']]' SEPARATOR ' and ') FROM pagelinks l INNER JOIN page p ON l.pl_title = p.page_title AND p.page_namespace = 6 INNER JOIN categorylinks c ON p.page_id = c.cl_from INNER JOIN page d ON l.pl_from = d.page_id WHERE c.cl_to = "All_free_media" GROUP BY p.page_title #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...