Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Move protected pages (sysop only) on enwiki, includes protection date
by
Novem Linguae
This query is marked as a draft
This query has been published
by
Novem Linguae
.
As of 04/26/21, 23,251 pages on enwiki are move protected (sysop only). The majority of these are infinitely protected.
Toggle Highlighting
SQL
SELECT page_title, pr_type, pr_level, pr_expiry, MAX(log_timestamp) FROM page JOIN page_restrictions ON pr_id = page_id LEFT JOIN logging_logindex ON log_title = page_title WHERE pr_type = 'move' AND pr_level = 'sysop' AND MAX(log_timestamp) < DATE_FORMAT(DATE_ADD(NOW(), INTERVAL -10 YEAR), "%Y%m%d%H%i%s")
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...