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
Saeidpourbabak
.
Toggle Highlighting
SQL
USE fawiki_p; SELECT DISTINCT CONCAT('# [[',REPLACE(page_title,'_',' '),']]'),CONCAT('| [[:رده:',REPLACE(cl_to,'_',' '),']]') FROM page JOIN categorylinks ON cl_from = page_id WHERE page_namespace = 0 AND page_is_redirect = 0 AND page_title LIKE "%)%" AND cl_to LIKE '%شهرستان%' AND MID(page_title,LOCATE('(',page_title)+1,LOCATE(')',page_title)-LOCATE('(',page_title)-1)<>MID(cl_to,LOCATE('شهرستان',cl_to)+15,LENGTH(cl_to)) AND page_id IN ( SELECT cl_from FROM categorylinks WHERE ( cl_to LIKE '%روستا%' OR cl_to LIKE '%دهستان%' OR cl_to LIKE '%بخش%' OR ( cl_to LIKE '%شهر%' AND cl_to NOT LIKE '%شهرستان%' ) ) ) AND page_id NOT IN ( SELECT cl_from FROM categorylinks WHERE ( cl_to LIKE '%آمریکا%' OR cl_to LIKE '%بلژیک%' OR cl_to LIKE '%ترکیه%' OR cl_to LIKE '%سوئد%' OR cl_to LIKE '%اسپانیا%' OR cl_to LIKE '%انگلستان%' OR cl_to LIKE '%تانزانیا%' OR cl_to LIKE '%آلمان%' OR cl_to LIKE '%فرانسه%' OR cl_to LIKE '%پرتغال%' OR cl_to LIKE '%آرکانزاس%' OR cl_to LIKE '%آلاباما%' OR cl_to LIKE '%ورمانت%' OR cl_to LIKE '%ویرجینیا%' OR cl_to LIKE '%نیویورک%' OR cl_to LIKE '%ماساچوست%' OR cl_to LIKE '%آرکانزاس%' OR cl_to LIKE '%مجارستان%' ) ) ORDER BY cl_to;
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...