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
Huji
.
Toggle Highlighting
SQL
use fawiki_p; select p1.page_title, count(pl_from) as cnt from page p1 join categorylinks on p1.page_id = cl_from and cl_to = 'همه_صفحههای_ابهامزدایی' join pagelinks on pl_title = page_title and pl_namespace = 0 join page p2 on pl_from = p2.page_id and p2.page_namespace = 0 where p1.page_namespace = 0 group by pl_title order by 2 desc limit 1000;
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...