Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Wikimedia Commons media with Czech description needing categories
by
Estopedist1
This query is marked as a draft
This query has been published
by
Estopedist1
.
Toggle Highlighting
SQL
SELECT CONCAT('*[[:File:', page_title, ']]') FROM commonswiki_p.page INNER JOIN commonswiki_p.categorylinks ON cl_from = page_id INNER JOIN commonswiki_p.templatelinks ON tl_from = page_id WHERE page_namespace = 6 AND cl_to IN (SELECT page_title FROM commonswiki_p.categorylinks JOIN commonswiki_p.page WHERE cl_from = page_id AND (cl_to = 'Media_needing_categories' OR cl_to LIKE "All_media_needing_categories_as_of_20%" OR cl_to LIKE "Media_needing_category_review_as_of_%" OR cl_to LIKE "Photos_from_Panoramio_needing_categories_as_of_%" ) AND tl_namespace = 10 AND tl_title = 'Et' GROUP BY page_title LIMIT 5;
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...