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
Hosseinronaghi
.
Toggle Highlighting
SQL
use fawiki_p; with recursive subcategories as ( select cl_from, cl_to from categorylinks where cl_to = 'شهرهای_شهرستان_کالین،_تگزاس' union all select cl2.cl_from, cl2.cl_to from categorylinks cl2 inner join subcategories sc on cl2.cl_to = sc.cl_to ) select page_title from page left join redirect on rd_from = page_id inner join categorylinks cl on page_id = cl.cl_from inner join subcategories sc on cl.cl_to = sc.cl_to where page_namespace = 0 and rd_from is Null and page_title like '%،%' and not ( page_title like '%،%،%' or page_title like '%،%(%' or page_title like '%(%،%' );
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...