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
MJL
.
Toggle Highlighting
SQL
USE enwiki_p; SELECT DISTINCT CONCAT("#[[:", p.page_title, "]]") as "Page", r.pr_page as "ID" FROM page p JOIN page_restrictions r ON r.pr_page = p.page_id WHERE p.page_is_redirect = 1 AND r.pr_level = "sysop" AND r.pr_type = "edit" AND p.page_namespace = 0 AND NOT r.pr_expiry;
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...