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 3
by
Fæ
This query is marked as a draft
This query has been published
by
Fæ
.
DO NOT PUBLISH
Toggle Highlighting
SQL
USE commonswiki_p; SELECT actor_name AS User, LEFT(MIN(img_timestamp), 8) AS Date FROM actor_image JOIN image ON actor_id = img_actor AND img_major_mime = 'image' AND img_timestamp < 20180730000000 JOIN user ON user_name = actor_name WHERE img_name LIKE "HK\_%" OR img_name LIKE "MC_%" AND img_metadata LIKE "%Canon IXUS 285 HS%" GROUP BY actor_name HAVING TIMESTAMPDIFF( day, MIN(img_timestamp), MAX(img_timestamp) ) < 3 AND TIMESTAMPDIFF( day, MIN(user_registration), MIN(img_timestamp) ) < 3 ORDER BY Date;
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...