Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
rp2 Non DAB pages with a category containing "disamb"
by
Saeidpourbabak
This query is marked as a draft
This query has been published
by
Dalba
.
نوشتارهای غیرابهامزدایی با ردهٔ ابهامزدایی و (معادل انگلیسی ابهامزدایی یا بدون معادل انگلیسی)
Toggle Highlighting
SQL
use fawiki_p; select distinct concat ('# [[',page_title,']]'), ll_lang from page right join categorylinks on cl_from = page_id right join langlinks on page_id = ll_from right join page_props on pp_page = page_id where cl_to like '%ابهام%' and page_namespace = 0 and page_is_redirect = 0 and page_title and pp_propname = 'disambiguation' and ll_lang = 'en' and exists ( select null from enwiki_p.page as ep left join enwiki_p.page_props as epp on epp.pp_page = ep.page_id where ep.page_title = ll_title and epp.pp_propname = 'disambiguation' ) group by page_title order by page_title;
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...