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
KCVelaga
.
Toggle Highlighting
SQL
WITH actor_uploaders_tocat AS ( SELECT actor_user FROM revision JOIN categorylinks ON rev_page = cl_from JOIN actor ON rev_actor = actor_id AND actor_user IS NOT NULL WHERE rev_parent_id = 0 AND cl_to = "Images from Wiki Loves Earth 2014"), user_join AS ( SELECT user_id, user_name, user_registration FROM actor_uploaders_tocat JOIN user ON actor_user = user_id) SELECT * FROM user_join WHERE user_registration >= '20140501000000' AND user_registration <= '20140630235959'
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...