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
Ramu ummadishetty
.
Gsoc
Toggle Highlighting
SQL
select distinct u.user_name,u.user_registration from user u inner join (select a.actor_user as au from actor a Inner join (select r.rev_actor as ra from categorylinks cl Inner join revision r on r.rev_page = cl.cl_from where cl.cl_to = 'Images_from_Wiki_Loves_Earth_2014' and cl.cl_type = 'file' and r.rev_parent_id = 0) ac_id on ac_id.ra = a.actor_id) ar on ar.au = u.user_id where u.user_registration >= 20140501000000 and u.user_registration <= 20140630000000;
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...