SQL
AخA
use eswiki_p;
select page_title, ips_item_id as wikidata_item
from revision, categorylinks, page
left join wikidatawiki_p.wb_items_per_site on ips_site_id = 'eswiki' and ips_site_page = replace(page_title, "_", " ")
where page_id = rev_page
and rev_timestamp between '20190307000000' and '20190409000000'
and rev_parent_id = 0
and page_namespace = 0
and cl_from = page_id
and cl_to = 'Mujeres'
and cl_timestamp > '20190307000000'
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.