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,']]') from page right join categorylinks on cl_from = page_id right join langlinks on page_id = ll_from where cl_to like '%ابهام%' and page_namespace = 0 and page_is_redirect = 0 and page_title not in ( select page_title from page where page_id in ( select pp_page from page_props where pp_propname = 'disambiguation' ) ) and ll_lang = 'en' 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...