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
Elph
.
Toggle Highlighting
SQL
USE arwiki_p; select p1.page_title as FA, pl_namespace as "link ns", pl_title as "broken link title" from categorylinks inner join pagelinks on cl_from = pl_from inner join page as p1 on p1.page_id = pl_from left outer join page as p2 on p2.page_title = pl_title and p2.page_namespace = pl_namespace where cl_to = "مقالات_مختارة" and p2.page_namespace is null order by pl_namespace DESC;
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...