Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
WLM-UA Photo Competition participants 2012-2018
by
Ilya
This query is marked as a draft
This query has been published
by
Ilya
.
WLM-UA Photo Competition participants 2012-2018
Toggle Highlighting
SQL
use commonswiki_p; SELECT actor_name FROM revision r_prev join categorylinks on rev_page = cl_from join actor on rev_actor = actor_id and actor_user is not null left join ( SELECT actor_name FROM revision r_prev 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 IN ( "Images_from_Wiki_Loves_Monuments_2012_in_Ukraine", "Images_from_Wiki_Loves_Monuments_2013_in_Ukraine", "Images_from_Wiki_Loves_Monuments_2014_in_Ukraine", "Images_from_Wiki_Loves_Monuments_2015_in_Ukraine", "Images_from_Wiki_Loves_Monuments_2016_in_Ukraine", "Images_from_Wiki_Loves_Monuments_2017_in_Ukraine", "Images_from_Wiki_Loves_Monuments_2018_in_Ukraine" ) GROUP BY actor_name) t2 using actor_name WHERE rev_parent_id = 0 and cl_to IN ( "Images_from_Wiki_Loves_Monuments_2019_in_Ukraine" ) GROUP 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...