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 2
by
Fæ
This query is marked as a draft
This query has been published
by
Fæ
.
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 actor_id = img_actor WHERE img_major_mime = 'image' AND img_description_id = 44 AND img_metadata LIKE "%I13LSLJ00QM%" 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...