This query is marked as a draft This query has been published by ASammour.

SQL

AخA
 
use wikidatawiki_p;
select * from page
inner join pagelinks
on pl_from = page_id
where pl_title = "Q28640"
and page_is_redirect = 0
and page_namespace = 0
and page_id not in (select term_full_entity_id from wb_terms where term_full_entity_id = page_id and term_type = "label" and term_language = "ar")
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.

Checking query status...