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 , page p2 where p1.page_id = cl_from AND p1.page_is_redirect = 0 -- no redirects #AND p1.page_namespace = 0 AND cl_to = "بوابة_السعودية/مقالات_متعلقة" #and not exists (select pp.page_title from page pp where pp.page_namespace = 1 and pp.page_title = p1.page_title ) and p1.page_title = p2.page_title and p2.page_namespace = 1 AND p2.page_id not in ( SELECT tl_from FROM templatelinks #WHERE tl_from = p2.page_id WHERE tl_namespace = 10 AND tl_title = "مشروع_ويكي_السعودية" #limit 1 ) 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...