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
1234qwer1234qwer4
.
Toggle Highlighting
SQL
select page_title,page_touched from page join redirect on page_id=rd_from where page_namespace=0 and page_is_redirect=1 and page_title like "%District%" and rd_title=replace(page_title,"District","district") and page_id not in (select cl_from from categorylinks where cl_to="Redirects_from_other_capitalisations") order by page_touched asc; select page_title,page_touched from page join redirect on page_id=rd_from where page_namespace=0 and page_is_redirect=1 and page_title like "%Subdistrict%" and rd_title=replace(page_title,"Subdistrict","subdistrict") and page_id not in (select cl_from from categorylinks where cl_to="Redirects_from_other_capitalisations") order by page_touched asc;
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...