SQL
AخA
SELECT page.* from ltwiki_p.langlinks, ltwiki_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 = 'ltwiki')
limit 50;
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.