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
Mdaniels5757
.
Candidates for lowering move protection to templateeditor or less.
Toggle Highlighting
SQL
SELECT * FROM ( SELECT page_id, ROW_NUMBER() OVER( PARTITION BY page_id ORDER BY log_id DESC ) AS rn FROM logging #INNER JOIN page ON log_page = page_id #INNER JOIN page_restrictions on pr_page = page_id #WHERE # log_type = 'protect' ) t WHERE t.rn = 1 AND log_namespace = 10 AND log_params LIKE '%/[move=sysop/]%' escape '/' AND log_params NOT LIKE '%/[edit=sysop/]%' escape '/' LIMIT 10;
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...