Fork of WMUA-UA Photo Competition participants 2012-2019 not active in WLM-UA 2019 by Antanana
This query is marked as a draft This query has been published by Antanana.

SQL

x
 
use commonswiki_p;
SELECT CONCAT("# {{#target:User_talk:", actor_name, "|commons.wikimedia.org}}") as line
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_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.
All SQL code is licensed under CC0 License.

Checking query status...