SQL
AخA
use arwiki_p;
select *
from wikidatawiki_p.wb_items_per_site
where wikidatawiki_p.wb_items_per_site.ips_site_id like "arwiki"
and replace(wikidatawiki_p.wb_items_per_site.ips_site_page," ", "_") not in (select page_title from page
where
page_namespace =0
and page_title
=
replace(wikidatawiki_p.wb_items_per_site.ips_site_page," ", "_"))
limit 10;
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.