This query is marked as a draft This query has been published by Superzerocool.

SQL

x
 
use commonswiki_p;
select count(distinct user_name)
from categorylinks 
join page pg on page_id = cl_from 
join image img on img_name = page_title 
join `user` us on img_user = user_id
where cl_to = 'Images_from_Wiki_Loves_Monuments_2013_in_Chile'
and cl_type = 'file'
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...