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
Dalba
.
توضیحات بیشتر در بحث ویکیپدیا:ویکیپروژه ابهامزدایی/زیرپروژه ۱۳#ایجاد فهرست صفحههای ابهامزدایی مورد نیاز
Toggle Highlighting
SQL
use fawiki_p; select concat('# [[',page_title,']]') where page_namespace = 0 and page_is_redirect = 0 and not exists ( select null from page_props where page_id = pp_page and pp_propname = 'disambiguation' ) and page_title not like "(%" and page_title like "%(%" and not exists ( select null from page where ( page_title = mid(page_title, 1, locate(' (', page_title) - 1) or concat( mid(page_title, 1, locate(' (',page_title) - 1), '_(ابهامزدایی)' ) ) and exists ( select null from page_props where page_id = pp_page and pp_propname = 'disambiguation' ) ) 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...