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
DreamRimmer
.
Toggle Highlighting
SQL
{ SELECT page_title, actor_name FROM page JOIN logging_logindex ON log_page = page_id JOIN actor_logging ON log_actor = actor_id WHERE log_type IN ('protect', 'stable') AND log_action IN ('protect', 'config') AND log_timestamp BETWEEN #{offset} AND SUBTIME(NOW(), '00:05') AND log_page > 0 AND log_namespace = 0 AND NOT EXISTS ( SELECT 1 FROM templatelinks JOIN linktarget ON tl_target_id = lt_id WHERE tl_from = page_id AND lt_title IN (#{templates_sql}) ) GROUP BY page_title }
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...