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
Pppery
.
Toggle Highlighting
SQL
use mediawikiwiki_p; select pl_from_namespace, concat("Special:Redirect/page/",pl_from), pl_title from pagelinks join page on page.page_namespace=pl_namespace and page.page_title=pl_title join categorylinks on page_id=cl_from where cl_to like "MediaWiki_configuration_settings_removed_in_version%" and pl_from_namespace %2 = 0 /* not talk page */ and pl_from_namespace not in (0, /* Mainspace is worthy of a separate query */ 2, /* User pages */ 4, /* Project: Support desk */ 1198 /* Translations */, 2600 /* Flow topics */) and page_id not in (2826, 968171, 1080079, 3106, 1018269,/* Manual:Configuration settings */ 824175, 1080079) -- and not exists (select 1 from categorylinks where cl_from=pl_from and cl_to="MediaWiki_deprecated_or_obsolete_features") and not exists (select 1 from page where page_id=pl_from and page_is_redirect=1) and not exists (select 1 from revision where rev_page=pl_from and rev_actor=(select actor_id from actor where actor_name="FuzzyBot")) -- crude attempt to exclude translated pages limit 100;
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...