SQL
AخA
/*SELECT page.* from eswiki_p.langlinks, eswiki_p.page
where page_id = ll_from
and page_namespace in (0,2)
and not exists(select 1 from wikidatawiki_p.wb_items_per_site wip where wip.ips_item_id = page_id and wip.ips_site_id = 'eswiki')
limit 50;
*/
select * from wikidatawiki_p.wb_items_per_site where ips_item_id = 5205 --and ips_site_id = 'eswiki'
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.