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
Blahma
.
These pages are just redirects and should therefore not consist of too many characters. If a page contains a lot of extra data apart from the redirect link, this data might be valuable (such as forgotten article content) or the page should be fixed in some other way (such as removing that extra content). Edit: Removed items which belong to any category whose name starts with "Přesměrování" (i.e. "Redirect") and has therefore been clearly intended as a redirect page.
Toggle Highlighting
SQL
select page_id, page_namespace, page_title, page_len from cswiki_p.page where page_is_redirect = 1 and page_len >= 100 and not exists (select 1 from cswiki_p.catlinks where cl_from = page_id and cl_to LIKE 'Přesměrování%') order by page_len desc;
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...