SQL
x
use commonswiki_p;
select 2011 year, count(distinct img_user) users, count(1) images
from categorylinks
join page on page_id = cl_from
join image on img_name = page_title
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.