Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
New users from WLE2015 Brazil uploading images after contest
by
HenriqueCrang
This query is marked as a draft
This query has been published
by
HenriqueCrang
.
Toggle Highlighting
SQL
use commonswiki_p; SELECT page_title, image.* FROM categorylinks INNER JOIN page ON cl_from = page_id INNER JOIN image ON page_title = img_name WHERE cl_type = 'file' AND cl_to IN (SELECT page_title FROM page WHERE page_namespace = 14 AND page_title = 'Images_from_Wiki_Loves_Earth_2016_in_Brazil' AND page_title NOT LIKE '%\_-\_%') AND img_media_type = 'VIDEO'
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...