SQL
AخA
use wikidatawiki_p;
select w.* from wb_items_per_site w LEFT JOIN plwiki_p.page p ON(p.page_title=replace(' ', '_', w.ips_site_page)) where w.ips_site_id='plwiki' AND p.page_title is NULL 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.