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
.
Not added due to extremely low volume (6 entries in last 10 months, 9 in last 32). May incoroprate in main GRP query if main page editor rights get created. The first true positive this found was Sophovirus's 2017 edit, which was an improper use of GIE permissions
Toggle Highlighting
SQL
select distinct tl_namespace, tl_title, rev_id, (select actor_name from actor_revision where actor_id=rev_actor) as "username", (select comment_text from comment_revision where comment_id=rev_comment_id) as "summary" from page_restrictions sres join templatelinks on tl_from = sres.pr_page join page spage on pr_page = spage.page_id join page dpage on dpage.page_namespace = tl_namespace and dpage.page_title = tl_title join revision on rev_page=dpage where pr_cascade = 1 and dpage.page_namespace = 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...