Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
ASammour
.
Toggle Highlighting
SQL
use arwiki_p; select p.page_title, pl.pl_title, ell.ll_title from page p inner join pagelinks pl on pl.pl_from = p.page_id inner join enwiki_p.page ep on pl.pl_title = ep.page_title inner join enwiki_p.langlinks ell on ep.page_id = ell.ll_from where p.page_is_redirect = 0 and p.page_namespace = 0 and ell.ll_lang like "ar" and pl.pl_from_namespace = 0 and pl.pl_namespace = 0 and ep.page_namespace = 0 and ep.page_is_redirect = 0 and pl.pl_title not in (select page_title from page where page_title = pl.pl_title and page_namespace = 0) and p.page_id not in (select cl_from from categorylinks where cl_to like "%صفحات_توضيح%" and cl_from = p.page_id);
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...