Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
HK anon
by
Fæ
This query is marked as a draft
This query has been published
by
Fæ
.
No obvious image id from the database, however real EXIF does have one.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT actor_name, TIMESTAMPDIFF( day, MIN(img_timestamp), MAX(img_timestamp) ) AS Active FROM actor_image JOIN image ON img_description_id = 44 AND img_major_mime = 'image' AND img_actor = actor_id JOIN page ON page_title = img_name JOIN revision ON rev_comment_id = img_description_id AND rev_page = page_id WHERE img_metadata LIKE "%(C) Caplio R2 User%" GROUP BY actor_name HAVING Active < 10 ORDER BY actor_name;
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...