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
Bawolff
.
https://commons.wikimedia.org/wiki/Commons:Village_pump#Mass_influx_of_selfies_from_Christ_University.2C_Bangalore
Toggle Highlighting
SQL
use commonswiki_p; SELECT CONCAT("https://commons.wikimedia.org/wiki/File:", img_name ) 'link', img_timestamp 'upload date' FROM image JOIN page ON page_namespace = 6 AND page_title = img_name JOIN categorylinks ON cl_from = page_id AND cl_type = "file" AND cl_to = "User_page_images" LEFT JOIN globalimagelinks ON gil_to = img_name LEFT join imagelinks ON il_to = img_name WHERE gil_to IS NULL and il_to is NULL ;
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...