Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Images in WMSE technology pool taken using a certain lens
by
André Costa (WMSE)
This query is marked as a draft
This query has been published
by
André Costa (WMSE)
.
A quick and dirty way of finding all images in WMSE technology pool taken using the "16.0-35.0 mm f/4.0" lens. For the camera body we can use the serial number instead e.g. '"SerialNumber";s:7:"6298657"'
Toggle Highlighting
SQL
USE commonswiki_p; SELECT img_name, img_user_text FROM image i INNER JOIN page p ON p.page_title = i.img_name WHERE LOCATE('"SerialNumber";s:7:"6298657"', i.img_metadata) >0
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...