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
TurtleCode
.
Toggle Highlighting
SQL
SELECT DISTINCT CONCAT( 'https://commons.wikimedia.org/wiki/File:', img_name ) AS image_url, img_name AS image_file, globalimagelinks.gil_page_title AS article FROM page Pa JOIN imagelinks ON il_from = Pa.page_id JOIN image ON img_name = il_to AND img_name != "Blank.png" JOIN globalimagelinks ON globalimagelinks.gil_to = img_name WHERE img_timestamp >= '2024-01-01 00:00:00' AND img_timestamp < '2025-01-01 00:00:00' AND img_name NOT LIKE '%.svg' AND img_name NOT LIKE '%.pdf' AND il_to IS NOT NULL LIMIT 8000;
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...