Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Wiki Loves Butterfly - Images Per Species (Hardcoded Amblypodia anita dina)
by
Sumitsurai
This query is marked as a draft
This query has been published
by
Sumitsurai
.
Wiki Loves Butterfly - Images Per Species With Image Date And Metadata
Toggle Highlighting
SQL
select image.img_name , Year(image.img_timestamp) , Month(image.img_timestamp) , image.img_metadata from ( Select DISTINCT(cl_from) From categorylinks WHERE cl_to = 'Images_from_Wiki_Loves_Butterfly' AND cl_type = 'file' INTERSECT ALL Select DISTINCT(cl_from) From categorylinks WHERE cl_to = 'Curetis_acuta_dentata' AND cl_type = 'file' ) categorylinks Inner Join page on categorylinks.cl_from = page.page_id Inner Join image on page.page_title = image.img_name Order By image.img_timestamp
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...