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
Multichill
.
Articles that use a non-free image on the English Wikipedia
Toggle Highlighting
SQL
use enwiki_p; SELECT DISTINCT(article.page_title) FROM page AS filepage JOIN categorylinks ON filepage.page_id=cl_from AND cl_type='file' AND cl_to='All_non-free_media' JOIN imagelinks ON filepage.page_title=il_to AND il_from_namespace=0 JOIN page AS article ON il_from=article.page_id AND article.page_namespace=0 AND article.page_is_redirect=0 WHERE filepage.page_namespace=6 AND filepage.page_is_redirect=0 ORDER BY article.page_title;
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...