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
FShbib
.
Toggle Highlighting
SQL
USE arwiki_p; select DISTINCT concat('[[',p1.page_title,']]') as pagename from page p1 , categorylinks where p1.page_id = cl_from AND p1.page_is_redirect = 0 -- no redirects # page_namespace : 0 , 4 , 10 , 14 , 101 , 829 AND p1.page_namespace = 0 AND cl_to = "بوابة_السعودية/مقالات_متعلقة" and not exists (select pp.page_title from page pp # talk_ns : 1 , 5 , 11 , 15 , 101 , 829 where pp.page_namespace = 1 and pp.page_title = p1.page_title ) limit 20000;
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...