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
Flominator
.
Images per category
Toggle Highlighting
SQL
SELECT de_i.il_to as image_name, de_p.page_title as article_name, de_c.cl_to as cat_name, com_i.* FROM dewiki_p.imagelinks de_i INNER JOIN dewiki_p.page de_p ON de_i.il_from=de_p.page_id INNER JOIN dewiki_p.categorylinks de_c ON de_c.cl_from=de_p.page_id INNER JOIN commonswiki.imagelinks com_i ON com_i.il_to=de_i.il_to WHERE de_p.page_namespace=0 LIMIT 50;
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...